Class: Google::Apis::DnsV1beta2::OperationDnsKeyContext

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ OperationDnsKeyContext

Returns a new instance of OperationDnsKeyContext.



881
882
883
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 881

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#new_valueGoogle::Apis::DnsV1beta2::DnsKey

A DNSSEC key pair. Corresponds to the JSON property newValue



874
875
876
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 874

def new_value
  @new_value
end

#old_valueGoogle::Apis::DnsV1beta2::DnsKey

A DNSSEC key pair. Corresponds to the JSON property oldValue



879
880
881
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 879

def old_value
  @old_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



886
887
888
889
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 886

def update!(**args)
  @new_value = args[:new_value] if args.key?(:new_value)
  @old_value = args[:old_value] if args.key?(:old_value)
end