Class: CadenceThrift::ListDomainsRequest

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

Constant Summary collapse

PAGESIZE =
10
NEXTPAGETOKEN =
20
FIELDS =
{
  PAGESIZE => {:type => ::Thrift::Types::I32, :name => 'pageSize', :optional => true},
  NEXTPAGETOKEN => {:type => ::Thrift::Types::STRING, :name => 'nextPageToken', :binary => true, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2996
# File 'lib/gen/thrift/shared_types.rb', line 2996

def struct_fields; FIELDS; end

#validateObject



2998
2999
# File 'lib/gen/thrift/shared_types.rb', line 2998

def validate
end