class Google::Apis::JobsV3::ResponseMetadata

Output only. Additional information returned to client, such as debugging information.

Attributes

request_id[RW]

A unique id associated with this call. This id is logged for tracking purposes. Corresponds to the JSON property `requestId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/jobs_v3/classes.rb, line 2260
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/jobs_v3/classes.rb, line 2265
def update!(**args)
  @request_id = args[:request_id] if args.key?(:request_id)
end