Class: Google::Apis::DnsV1beta2::ManagedZoneReverseLookupConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dns_v1beta2/classes.rb,
lib/google/apis/dns_v1beta2/representations.rb,
lib/google/apis/dns_v1beta2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ManagedZoneReverseLookupConfig

Returns a new instance of ManagedZoneReverseLookupConfig.



741
742
743
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 741

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

Instance Attribute Details

#kindString

Corresponds to the JSON property kind

Returns:

  • (String)


739
740
741
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 739

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



746
747
748
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 746

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