Class: CadenceThrift::ExternalWorkflowExecutionCancelRequestedEventAttributes

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

INITIATEDEVENTID =
10
DOMAIN =
20
WORKFLOWEXECUTION =
30
FIELDS =
{
  INITIATEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'initiatedEventId', :optional => true},
  DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true},
  WORKFLOWEXECUTION => {:type => ::Thrift::Types::STRUCT, :name => 'workflowExecution', :class => ::CadenceThrift::WorkflowExecution, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end