Class: CadenceThrift::UpdateDomainInfo

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

DESCRIPTION =
10
OWNEREMAIL =
20
DATA =
30
FIELDS =
{
  DESCRIPTION => {:type => ::Thrift::Types::STRING, :name => 'description', :optional => true},
  OWNEREMAIL => {:type => ::Thrift::Types::STRING, :name => 'ownerEmail', :optional => true},
  DATA => {:type => ::Thrift::Types::MAP, :name => 'data', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end