Class: CadenceThrift::ActivityTaskCanceledEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::ActivityTaskCanceledEventAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- DETAILS =
10
- LATESTCANCELREQUESTEDEVENTID =
20
- SCHEDULEDEVENTID =
30
- STARTEDEVENTID =
40
- IDENTITY =
50
- FIELDS =
{ DETAILS => {:type => ::Thrift::Types::STRING, :name => 'details', :binary => true, :optional => true}, LATESTCANCELREQUESTEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'latestCancelRequestedEventId', :optional => true}, SCHEDULEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'scheduledEventId', :optional => true}, STARTEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'startedEventId', :optional => true}, IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2004 |
# File 'lib/gen/thrift/shared_types.rb', line 2004 def struct_fields; FIELDS; end |
#validate ⇒ Object
2006 2007 |
# File 'lib/gen/thrift/shared_types.rb', line 2006 def validate end |