Class: CadenceThrift::WorkflowExecutionCancelRequestedEventAttributes

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

CAUSE =
10
EXTERNALINITIATEDEVENTID =
20
EXTERNALWORKFLOWEXECUTION =
30
IDENTITY =
40
FIELDS =
{
  CAUSE => {:type => ::Thrift::Types::STRING, :name => 'cause', :optional => true},
  EXTERNALINITIATEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'externalInitiatedEventId', :optional => true},
  EXTERNALWORKFLOWEXECUTION => {:type => ::Thrift::Types::STRUCT, :name => 'externalWorkflowExecution', :class => ::CadenceThrift::WorkflowExecution, :optional => true},
  IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end