Class: CadenceThrift::ActivityTaskCancelRequestedEventAttributes

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

ACTIVITYID =
10
DECISIONTASKCOMPLETEDEVENTID =
20
FIELDS =
{
  ACTIVITYID => {:type => ::Thrift::Types::STRING, :name => 'activityId', :optional => true},
  DECISIONTASKCOMPLETEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'decisionTaskCompletedEventId', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end