Class: CadenceThrift::ActivityTaskStartedEventAttributes

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
ATTEMPT =
40
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},
  ATTEMPT => {:type => ::Thrift::Types::I32, :name => 'attempt', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end