Class: CadenceThrift::RespondActivityTaskCompletedByIDRequest

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

DOMAIN =
10
WORKFLOWID =
20
RUNID =
30
ACTIVITYID =
40
RESULT =
50
IDENTITY =
60
FIELDS =
{
  DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true},
  WORKFLOWID => {:type => ::Thrift::Types::STRING, :name => 'workflowID', :optional => true},
  RUNID => {:type => ::Thrift::Types::STRING, :name => 'runID', :optional => true},
  ACTIVITYID => {:type => ::Thrift::Types::STRING, :name => 'activityID', :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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end