Class: CadenceThrift::DescribeDomainRequest
- Inherits:
-
Object
- Object
- CadenceThrift::DescribeDomainRequest
- 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
- UUID =
20
- FIELDS =
{ NAME => {:type => ::Thrift::Types::STRING, :name => 'name', :optional => true}, UUID => {:type => ::Thrift::Types::STRING, :name => 'uuid', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3032 |
# File 'lib/gen/thrift/shared_types.rb', line 3032 def struct_fields; FIELDS; end |
#validate ⇒ Object
3034 3035 |
# File 'lib/gen/thrift/shared_types.rb', line 3034 def validate end |