class Google::Apis::DnsV1::OperationDnsKeyContext
Attributes
new_value[RW]
A DNSSEC key pair. Corresponds to the JSON property `newValue` @return [Google::Apis::DnsV1::DnsKey]
old_value[RW]
A DNSSEC key pair. Corresponds to the JSON property `oldValue` @return [Google::Apis::DnsV1::DnsKey]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dns_v1/classes.rb, line 1438 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 1443 def update!(**args) @new_value = args[:new_value] if args.key?(:new_value) @old_value = args[:old_value] if args.key?(:old_value) end