class Google::Apis::DnsV1::ManagedZoneServiceDirectoryConfig
Contains information about Service Directory-backed zones.
Attributes
kind[RW]
Corresponds to the JSON property `kind` @return [String]
namespace[RW]
Contains information about the namespace associated with the zone. Corresponds to the JSON property `namespace` @return [Google::Apis::DnsV1::ManagedZoneServiceDirectoryConfigNamespace]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dns_v1/classes.rb, line 1263 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 1268 def update!(**args) @kind = args[:kind] if args.key?(:kind) @namespace = args[:namespace] if args.key?(:namespace) end