Class: CadenceThrift::ActivityTaskFailedEventAttributes

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

REASON =
10
DETAILS =
20
SCHEDULEDEVENTID =
30
STARTEDEVENTID =
40
IDENTITY =
50
FIELDS =
{
  REASON => {:type => ::Thrift::Types::STRING, :name => 'reason', :optional => true},
  DETAILS => {:type => ::Thrift::Types::STRING, :name => 'details', :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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end