Class: CadenceThrift::RespondActivityTaskCanceledRequest

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

TASKTOKEN =
10
DETAILS =
20
IDENTITY =
30
FIELDS =
{
  TASKTOKEN => {:type => ::Thrift::Types::STRING, :name => 'taskToken', :binary => true, :optional => true},
  DETAILS => {:type => ::Thrift::Types::STRING, :name => 'details', :binary => true, :optional => true},
  IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end