Class: CadenceThrift::RecordActivityTaskHeartbeatByIDRequest
- Inherits:
-
Object
- Object
- CadenceThrift::RecordActivityTaskHeartbeatByIDRequest
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- DOMAIN =
10- WORKFLOWID =
20- RUNID =
30- ACTIVITYID =
40- DETAILS =
50- IDENTITY =
60- FIELDS =
{ DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true}, WORKFLOWID => {:type => ::Thrift::Types::STRING, :name => 'workflowID', :optional => true}, RUNID => {:type => ::Thrift::Types::STRING, :name => 'runID', :optional => true}, ACTIVITYID => {:type => ::Thrift::Types::STRING, :name => 'activityID', :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
3456 |
# File 'lib/gen/thrift/shared_types.rb', line 3456 def struct_fields; FIELDS; end |
#validate ⇒ Object
3458 3459 |
# File 'lib/gen/thrift/shared_types.rb', line 3458 def validate end |