ManagedZoneServiceDirectoryConfig constructor

ManagedZoneServiceDirectoryConfig({
  1. String? kind,
  2. ManagedZoneServiceDirectoryConfigNamespace? namespace,
})

Implementation

ManagedZoneServiceDirectoryConfig({
  this.kind,
  this.namespace,
});