Class: Google::Apis::DnsV1::OperationManagedZoneContext

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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ OperationManagedZoneContext

Returns a new instance of OperationManagedZoneContext.



872
873
874
# File 'generated/google/apis/dns_v1/classes.rb', line 872

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

Instance Attribute Details

#new_valueGoogle::Apis::DnsV1::ManagedZone

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



863
864
865
# File 'generated/google/apis/dns_v1/classes.rb', line 863

def new_value
  @new_value
end

#old_valueGoogle::Apis::DnsV1::ManagedZone

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



870
871
872
# File 'generated/google/apis/dns_v1/classes.rb', line 870

def old_value
  @old_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



877
878
879
880
# File 'generated/google/apis/dns_v1/classes.rb', line 877

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