Class: Google::Apis::DnsV1beta2::PoliciesPatchResponse
- Inherits:
-
Object
- Object
- Google::Apis::DnsV1beta2::PoliciesPatchResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dns_v1beta2/classes.rb,
generated/google/apis/dns_v1beta2/representations.rb,
generated/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) ⇒ PoliciesPatchResponse
constructor
A new instance of PoliciesPatchResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PoliciesPatchResponse
Returns a new instance of PoliciesPatchResponse
873 874 875 |
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 873 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
865 866 867 |
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 865 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
871 872 873 |
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 871 def policy @policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
878 879 880 881 |
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 878 def update!(**args) @header = args[:header] if args.key?(:header) @policy = args[:policy] if args.key?(:policy) end |