Class: CadenceThrift::UpsertWorkflowSearchAttributesEventAttributes

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

DECISIONTASKCOMPLETEDEVENTID =
10
SEARCHATTRIBUTES =
20
FIELDS =
{
  DECISIONTASKCOMPLETEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'decisionTaskCompletedEventId', :optional => true},
  SEARCHATTRIBUTES => {:type => ::Thrift::Types::STRUCT, :name => 'searchAttributes', :class => ::CadenceThrift::SearchAttributes, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end