GetRegistrationResult

data class GetRegistrationResult(val contactSettings: ContactSettingsResponse, val createTime: String, val dnsSettings: DnsSettingsResponse, val domainName: String, val expireTime: String, val issues: List<String>, val labels: Map<String, String>, val managementSettings: ManagementSettingsResponse, val name: String, val pendingContactSettings: ContactSettingsResponse, val registerFailureReason: String, val state: String, val supportedPrivacy: List<String>, val transferFailureReason: String)

Constructors

Link copied to clipboard
fun GetRegistrationResult(contactSettings: ContactSettingsResponse, createTime: String, dnsSettings: DnsSettingsResponse, domainName: String, expireTime: String, issues: List<String>, labels: Map<String, String>, managementSettings: ManagementSettingsResponse, name: String, pendingContactSettings: ContactSettingsResponse, registerFailureReason: String, state: String, supportedPrivacy: List<String>, transferFailureReason: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Settings for contact information linked to the Registration. You cannot update these with the UpdateRegistration method. To update these settings, use the ConfigureContactSettings method.

Link copied to clipboard

The creation timestamp of the Registration resource.

Link copied to clipboard

Settings controlling the DNS configuration of the Registration. You cannot update these with the UpdateRegistration method. To update these settings, use the ConfigureDnsSettings method.

Link copied to clipboard

Immutable. The domain name. Unicode domain names must be expressed in Punycode format.

Link copied to clipboard

The expiration timestamp of the Registration.

Link copied to clipboard

The set of issues with the Registration that require attention.

Link copied to clipboard

Set of labels associated with the Registration.

Link copied to clipboard

Settings for management of the Registration, including renewal, billing, and transfer. You cannot update these with the UpdateRegistration method. To update these settings, use the ConfigureManagementSettings method.

Link copied to clipboard

Name of the Registration resource, in the format projects/*/locations/*/registrations/.

Link copied to clipboard

Pending contact settings for the Registration. Updates to the contact_settings field that change its registrant_contact or privacy fields require email confirmation by the registrant_contact before taking effect. This field is set only if there are pending updates to the contact_settings that have not been confirmed. To confirm the changes, the registrant_contact must follow the instructions in the email they receive.

Link copied to clipboard

The reason the domain registration failed. Only set for domains in REGISTRATION_FAILED state.

Link copied to clipboard

The state of the Registration

Link copied to clipboard

Set of options for the contact_settings.privacy field that this Registration supports.

Link copied to clipboard

The reason the domain transfer failed. Only set for domains in TRANSFER_FAILED state. //