Class: CadenceThrift::RequestCancelActivityTaskDecisionAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::RequestCancelActivityTaskDecisionAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- ACTIVITYID =
10
- FIELDS =
{ ACTIVITYID => {:type => ::Thrift::Types::STRING, :name => 'activityId', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1170 |
# File 'lib/gen/thrift/shared_types.rb', line 1170 def struct_fields; FIELDS; end |
#validate ⇒ Object
1172 1173 |
# File 'lib/gen/thrift/shared_types.rb', line 1172 def validate end |