class Google::Apis::DnsV1::ResponseHeader

Elements common to every response.

Attributes

operation_id[RW]

For mutating operation requests that completed successfully. This is the client_operation_id if the client specified it, otherwise it is generated by the server (output only). Corresponds to the JSON property `operationId` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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