Properties of a RegisterDomainRequest.
Package
@google-cloud/domains!Properties
contactNotices
contactNotices?: (google.cloud.domains.v1beta1.ContactNotice[]|null);RegisterDomainRequest contactNotices
| Type | Description |
| (google.cloud.domains.v1beta1.ContactNotice[]|null) |
domainNotices
domainNotices?: (google.cloud.domains.v1beta1.DomainNotice[]|null);RegisterDomainRequest domainNotices
| Type | Description |
| (google.cloud.domains.v1beta1.DomainNotice[]|null) |
parent
parent?: (string|null);RegisterDomainRequest parent
| Type | Description |
| (string|null) |
registration
registration?: (google.cloud.domains.v1beta1.IRegistration|null);RegisterDomainRequest registration
| Type | Description |
| (google.cloud.domains.v1beta1.IRegistration|null) |
validateOnly
validateOnly?: (boolean|null);RegisterDomainRequest validateOnly
| Type | Description |
| (boolean|null) |
yearlyPrice
yearlyPrice?: (google.type.IMoney|null);RegisterDomainRequest yearlyPrice
| Type | Description |
| (google.type.IMoney|null) |