Class: CadenceThrift::RecordActivityTaskHeartbeatResponse
- Inherits:
-
Object
- Object
- CadenceThrift::RecordActivityTaskHeartbeatResponse
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- CANCELREQUESTED =
10
- FIELDS =
{ CANCELREQUESTED => {:type => ::Thrift::Types::BOOL, :name => 'cancelRequested', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3472 |
# File 'lib/gen/thrift/shared_types.rb', line 3472 def struct_fields; FIELDS; end |
#validate ⇒ Object
3474 3475 |
# File 'lib/gen/thrift/shared_types.rb', line 3474 def validate end |