Class: CadenceThrift::ActivityTaskCompletedEventAttributes

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

RESULT =
10
SCHEDULEDEVENTID =
20
STARTEDEVENTID =
30
IDENTITY =
40
FIELDS =
{
  RESULT => {:type => ::Thrift::Types::STRING, :name => 'result', :binary => true, :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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end