class Google::Apis::DnsV1::ResponsePoliciesUpdateResponse

Attributes

header[RW]

Elements common to every response. Corresponds to the JSON property `header` @return [Google::Apis::DnsV1::ResponseHeader]

response_policy[RW]

A Response Policy is a collection of selectors that apply to queries made against one or more Virtual Private Cloud networks. Corresponds to the JSON property `responsePolicy` @return [Google::Apis::DnsV1::ResponsePolicy]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dns_v1/classes.rb, line 2482
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 2487
def update!(**args)
  @header = args[:header] if args.key?(:header)
  @response_policy = args[:response_policy] if args.key?(:response_policy)
end