Class: CadenceThrift::TimerCanceledEventAttributes

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb

Constant Summary collapse

TIMERID =
10
STARTEDEVENTID =
20
DECISIONTASKCOMPLETEDEVENTID =
30
IDENTITY =
40
FIELDS =
{
  TIMERID => {:type => ::Thrift::Types::STRING, :name => 'timerId', :optional => true},
  STARTEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'startedEventId', :optional => true},
  DECISIONTASKCOMPLETEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'decisionTaskCompletedEventId', :optional => true},
  IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2064
# File 'lib/gen/thrift/shared_types.rb', line 2064

def struct_fields; FIELDS; end

#validateObject



2066
2067
# File 'lib/gen/thrift/shared_types.rb', line 2066

def validate
end