Class: CadenceThrift::RecordActivityTaskHeartbeatRequest
- Inherits:
-
Object
- Object
- CadenceThrift::RecordActivityTaskHeartbeatRequest
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- TASKTOKEN =
10
- DETAILS =
20
- IDENTITY =
30
- FIELDS =
{ TASKTOKEN => {:type => ::Thrift::Types::STRING, :name => 'taskToken', :binary => true, :optional => true}, DETAILS => {:type => ::Thrift::Types::STRING, :name => 'details', :binary => true, :optional => true}, IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3430 |
# File 'lib/gen/thrift/shared_types.rb', line 3430 def struct_fields; FIELDS; end |
#validate ⇒ Object
3432 3433 |
# File 'lib/gen/thrift/shared_types.rb', line 3432 def validate end |