Class: WiMP::Gen::ClientApiService::GetTracksByCategoryId_args

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

Constant Summary collapse

CATEGORYID =
1
STARTINDEX =
2
LIMIT =
3
SESSONID =
4
FIELDS =
{
  CATEGORYID => {:type => ::Thrift::Types::I32, :name => 'categoryId'},
  STARTINDEX => {:type => ::Thrift::Types::I32, :name => 'startIndex'},
  LIMIT => {:type => ::Thrift::Types::I32, :name => 'limit'},
  SESSONID => {:type => ::Thrift::Types::STRING, :name => 'sessonId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2664
# File 'lib/gen/client_api_service.rb', line 2664

def struct_fields; FIELDS; end

#validateObject



2666
2667
# File 'lib/gen/client_api_service.rb', line 2666

def validate
end