Class: CadenceThrift::WorkflowExecutionCompletedEventAttributes

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
DECISIONTASKCOMPLETEDEVENTID =
20
FIELDS =
{
  RESULT => {:type => ::Thrift::Types::STRING, :name => 'result', :binary => true, :optional => true},
  DECISIONTASKCOMPLETEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'decisionTaskCompletedEventId', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end