Class: Google::Apis::DnsV1::ResponsePoliciesPatchResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResponsePoliciesPatchResponse

Returns a new instance of ResponsePoliciesPatchResponse.



2470
2471
2472
# File 'lib/google/apis/dns_v1/classes.rb', line 2470

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

Instance Attribute Details

#headerGoogle::Apis::DnsV1::ResponseHeader

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



2462
2463
2464
# File 'lib/google/apis/dns_v1/classes.rb', line 2462

def header
  @header
end

#response_policyGoogle::Apis::DnsV1::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



2468
2469
2470
# File 'lib/google/apis/dns_v1/classes.rb', line 2468

def response_policy
  @response_policy
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2475
2476
2477
2478
# File 'lib/google/apis/dns_v1/classes.rb', line 2475

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