Class: CadenceThrift::RespondActivityTaskCanceledByIDRequest

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
DETAILS =
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},
  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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end