Class: Google::Apis::JobsV3::ResponseMetadata
- Inherits:
-
Object
- Object
- Google::Apis::JobsV3::ResponseMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/jobs_v3/classes.rb,
generated/google/apis/jobs_v3/representations.rb,
generated/google/apis/jobs_v3/representations.rb
Overview
Output only. Additional information returned to client, such as debugging information.
Instance Attribute Summary collapse
-
#request_id ⇒ String
A unique id associated with this call.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResponseMetadata
constructor
A new instance of ResponseMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ResponseMetadata
Returns a new instance of ResponseMetadata.
2249 2250 2251 |
# File 'generated/google/apis/jobs_v3/classes.rb', line 2249 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request_id ⇒ String
A unique id associated with this call. This id is logged for tracking purposes.
Corresponds to the JSON property requestId
2247 2248 2249 |
# File 'generated/google/apis/jobs_v3/classes.rb', line 2247 def request_id @request_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2254 2255 2256 |
# File 'generated/google/apis/jobs_v3/classes.rb', line 2254 def update!(**args) @request_id = args[:request_id] if args.key?(:request_id) end |