Class: Google::Apis::DnsV1beta2::ResponsePoliciesUpdateResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dns_v1beta2/classes.rb,
lib/google/apis/dns_v1beta2/representations.rb,
lib/google/apis/dns_v1beta2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResponsePoliciesUpdateResponse

Returns a new instance of ResponsePoliciesUpdateResponse.



2328
2329
2330
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 2328

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#headerGoogle::Apis::DnsV1beta2::ResponseHeader

Elements common to every response. Corresponds to the JSON property header



2320
2321
2322
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 2320

def header
  @header
end

#response_policyGoogle::Apis::DnsV1beta2::ResponsePolicy

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



2326
2327
2328
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 2326

def response_policy
  @response_policy
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2333
2334
2335
2336
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 2333

def update!(**args)
  @header = args[:header] if args.key?(:header)
  @response_policy = args[:response_policy] if args.key?(:response_policy)
end