Class: Google::Apis::DnsV1::PoliciesPatchResponse
- Inherits:
-
Object
- Object
- Google::Apis::DnsV1::PoliciesPatchResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dns_v1/classes.rb,
generated/google/apis/dns_v1/representations.rb,
generated/google/apis/dns_v1/representations.rb
Instance Attribute Summary collapse
-
#header ⇒ Google::Apis::DnsV1::ResponseHeader
Elements common to every response.
-
#policy ⇒ Google::Apis::DnsV1::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.
Constructor Details
#initialize(**args) ⇒ PoliciesPatchResponse
Returns a new instance of PoliciesPatchResponse.
1032 1033 1034 |
# File 'generated/google/apis/dns_v1/classes.rb', line 1032 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
1024 1025 1026 |
# File 'generated/google/apis/dns_v1/classes.rb', line 1024 def header @header end |
#policy ⇒ Google::Apis::DnsV1::Policy
A policy is a collection of DNS rules applied to one or more Virtual Private
Cloud resources.
Corresponds to the JSON property policy
1030 1031 1032 |
# File 'generated/google/apis/dns_v1/classes.rb', line 1030 def policy @policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1037 1038 1039 1040 |
# File 'generated/google/apis/dns_v1/classes.rb', line 1037 def update!(**args) @header = args[:header] if args.key?(:header) @policy = args[:policy] if args.key?(:policy) end |