Class: Stat::Query::TBackendService::DelRecentUnfinishedAlbum_args

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

Constant Summary collapse

ID =
1
TAGNAME =
2
ALBUMS =
3
FIELDS =
{
  ID => {:type => ::Thrift::Types::I64, :name => 'id'},
  TAGNAME => {:type => ::Thrift::Types::STRING, :name => 'tagName'},
  ALBUMS => {:type => ::Thrift::Types::LIST, :name => 'albums', :element => {:type => ::Thrift::Types::I64}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



709
# File 'lib/t_backend_service.rb', line 709

def struct_fields; FIELDS; end

#validateObject



711
712
# File 'lib/t_backend_service.rb', line 711

def validate
end