Class: CadenceThrift::DecisionTaskStartedEventAttributes

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

SCHEDULEDEVENTID =
10
IDENTITY =
20
REQUESTID =
30
FIELDS =
{
  SCHEDULEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'scheduledEventId', :optional => true},
  IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true},
  REQUESTID => {:type => ::Thrift::Types::STRING, :name => 'requestId', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end