Class: Passport::Thrift::RemoteThirdpartySyncSetService::UpdateOrInsertSyncSet_args

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

Constant Summary collapse

TPUID =
1
THIRDPARTYNAME =
2
SYNCTYPE =
3
ISCHECKED =
4
FIELDS =
{
  TPUID => {:type => ::Thrift::Types::I64, :name => 'tpUid'},
  THIRDPARTYNAME => {:type => ::Thrift::Types::STRING, :name => 'thirdpartyName'},
  SYNCTYPE => {:type => ::Thrift::Types::STRING, :name => 'syncType'},
  ISCHECKED => {:type => ::Thrift::Types::BOOL, :name => 'isChecked'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



322
# File 'lib/remote_thirdparty_sync_set_service.rb', line 322

def struct_fields; FIELDS; end

#validateObject



324
325
# File 'lib/remote_thirdparty_sync_set_service.rb', line 324

def validate
end