class Google::Apis::DnsV1::ManagedZoneServiceDirectoryConfigNamespace
Attributes
deletion_time[RW]
The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only. Corresponds to the JSON property `deletionTime` @return [String]
kind[RW]
Corresponds to the JSON property `kind` @return [String]
namespace_url[RW]
The fully qualified URL of the namespace associated with the zone. Format must be servicedirectory.googleapis.com/v1/projects/`project`/locations/` location`/namespaces/`namespace` Corresponds to the JSON property `namespaceUrl` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dns_v1/classes.rb, line 1296 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 1301 def update!(**args) @deletion_time = args[:deletion_time] if args.key?(:deletion_time) @kind = args[:kind] if args.key?(:kind) @namespace_url = args[:namespace_url] if args.key?(:namespace_url) end