Class: CadenceThrift::ListDomainsResponse

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

DOMAINS =
10
NEXTPAGETOKEN =
20
FIELDS =
{
  DOMAINS => {:type => ::Thrift::Types::LIST, :name => 'domains', :element => {:type => ::Thrift::Types::STRUCT, :class => ::CadenceThrift::DescribeDomainResponse}, :optional => true},
  NEXTPAGETOKEN => {:type => ::Thrift::Types::STRING, :name => 'nextPageToken', :binary => true, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end