Class: CadenceThrift::RecordActivityTaskHeartbeatResponse

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

CANCELREQUESTED =
10
FIELDS =
{
  CANCELREQUESTED => {:type => ::Thrift::Types::BOOL, :name => 'cancelRequested', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end