Class: Google::Apis::DnsV1beta2::PoliciesUpdateResponse
- Inherits:
-
Object
- Object
- Google::Apis::DnsV1beta2::PoliciesUpdateResponse
- 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
-
#header ⇒ Google::Apis::DnsV1beta2::ResponseHeader
Elements common to every response.
-
#policy ⇒ Google::Apis::DnsV1beta2::Policy
A policy is a collection of DNS rules applied to one or more Virtual Private Cloud resources.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PoliciesUpdateResponse
constructor
A new instance of PoliciesUpdateResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PoliciesUpdateResponse
Returns a new instance of PoliciesUpdateResponse.
1565 1566 1567 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1565 def initialize(**args) update!(**args) end |
Instance Attribute Details
#header ⇒ Google::Apis::DnsV1beta2::ResponseHeader
Elements common to every response.
Corresponds to the JSON property header
1557 1558 1559 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1557 def header @header end |
#policy ⇒ Google::Apis::DnsV1beta2::Policy
A policy is a collection of DNS rules applied to one or more Virtual Private
Cloud resources.
Corresponds to the JSON property policy
1563 1564 1565 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1563 def policy @policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1570 1571 1572 1573 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1570 def update!(**args) @header = args[:header] if args.key?(:header) @policy = args[:policy] if args.key?(:policy) end |