Class: CadenceThrift::DeprecateDomainRequest

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

NAME =
10
SECURITYTOKEN =
20
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name', :optional => true},
  SECURITYTOKEN => {:type => ::Thrift::Types::STRING, :name => 'securityToken', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end