Class: CadenceThrift::ListDomainsRequest
- Inherits:
-
Object
- Object
- CadenceThrift::ListDomainsRequest
- 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_fields ⇒ Object
2996 |
# File 'lib/gen/thrift/shared_types.rb', line 2996 def struct_fields; FIELDS; end |
#validate ⇒ Object
2998 2999 |
# File 'lib/gen/thrift/shared_types.rb', line 2998 def validate end |