ManagedZoneServiceDirectoryConfigNamespace constructor

ManagedZoneServiceDirectoryConfigNamespace({
  1. String? deletionTime,
  2. String? kind,
  3. String? namespaceUrl,
})

Implementation

ManagedZoneServiceDirectoryConfigNamespace({
  this.deletionTime,
  this.kind,
  this.namespaceUrl,
});