Interface protos.google.cloud.domains.v1alpha2.IRegisterDomainRequest (1.1.0)

Properties of a RegisterDomainRequest.

Package

@google-cloud/domains!

Properties

contactNotices

contactNotices?: (google.cloud.domains.v1alpha2.ContactNotice[]|null);

RegisterDomainRequest contactNotices

Property Value
TypeDescription
(google.cloud.domains.v1alpha2.ContactNotice[]|null)

domainNotices

domainNotices?: (google.cloud.domains.v1alpha2.DomainNotice[]|null);

RegisterDomainRequest domainNotices

Property Value
TypeDescription
(google.cloud.domains.v1alpha2.DomainNotice[]|null)

parent

parent?: (string|null);

RegisterDomainRequest parent

Property Value
TypeDescription
(string|null)

registration

registration?: (google.cloud.domains.v1alpha2.IRegistration|null);

RegisterDomainRequest registration

Property Value
TypeDescription
(google.cloud.domains.v1alpha2.IRegistration|null)

validateOnly

validateOnly?: (boolean|null);

RegisterDomainRequest validateOnly

Property Value
TypeDescription
(boolean|null)

yearlyPrice

yearlyPrice?: (google.type.IMoney|null);

RegisterDomainRequest yearlyPrice

Property Value
TypeDescription
(google.type.IMoney|null)