Class: CadenceThrift::RespondActivityTaskCompletedRequest

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
RESULT =
20
IDENTITY =
30
FIELDS =
{
  TASKTOKEN => {:type => ::Thrift::Types::STRING, :name => 'taskToken', :binary => true, :optional => true},
  RESULT => {:type => ::Thrift::Types::STRING, :name => 'result', :binary => true, :optional => true},
  IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end