Class: Google::Apis::DnsV1::ResponsePoliciesUpdateResponse
- Inherits:
-
Object
- Object
- Google::Apis::DnsV1::ResponsePoliciesUpdateResponse
- 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
-
#header ⇒ Google::Apis::DnsV1::ResponseHeader
Elements common to every response.
-
#response_policy ⇒ Google::Apis::DnsV1::ResponsePolicy
A Response Policy is a collection of selectors that apply to queries made against one or more Virtual Private Cloud networks.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResponsePoliciesUpdateResponse
constructor
A new instance of ResponsePoliciesUpdateResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ResponsePoliciesUpdateResponse
Returns a new instance of ResponsePoliciesUpdateResponse.
2280 2281 2282 |
# File 'lib/google/apis/dns_v1/classes.rb', line 2280 def initialize(**args) update!(**args) end |
Instance Attribute Details
#header ⇒ Google::Apis::DnsV1::ResponseHeader
Elements common to every response.
Corresponds to the JSON property header
2272 2273 2274 |
# File 'lib/google/apis/dns_v1/classes.rb', line 2272 def header @header end |
#response_policy ⇒ Google::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
2278 2279 2280 |
# File 'lib/google/apis/dns_v1/classes.rb', line 2278 def response_policy @response_policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2285 2286 2287 2288 |
# File 'lib/google/apis/dns_v1/classes.rb', line 2285 def update!(**args) @header = args[:header] if args.key?(:header) @response_policy = args[:response_policy] if args.key?(:response_policy) end |