Class: Service::Profile::Thrift::RemoteBackendProfileService::ChangeRobotFlag_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/remote_backend_profile_service.rb

Constant Summary collapse

UID =
1
ISROBOT =
2
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  ISROBOT => {:type => ::Thrift::Types::BOOL, :name => 'isRobot'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



318
# File 'lib/remote_backend_profile_service.rb', line 318

def struct_fields; FIELDS; end

#validateObject



320
321
# File 'lib/remote_backend_profile_service.rb', line 320

def validate
end