class Google::Apis::DnsV1::OperationManagedZoneContext
Attributes
new_value[RW]
A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone
is a resource that represents a DNS zone hosted by the Cloud DNS service. Corresponds to the JSON property `newValue` @return [Google::Apis::DnsV1::ManagedZone]
old_value[RW]
A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone
is a resource that represents a DNS zone hosted by the Cloud DNS service. Corresponds to the JSON property `oldValue` @return [Google::Apis::DnsV1::ManagedZone]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dns_v1/classes.rb, line 1467 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dns_v1/classes.rb, line 1472 def update!(**args) @new_value = args[:new_value] if args.key?(:new_value) @old_value = args[:old_value] if args.key?(:old_value) end