Class ImportDomainRequest
Deprecated: For more information, see Cloud Domains feature
deprecation. Request for the
ImportDomain
method.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class ImportDomainRequest : IDirectResponseSchema
Properties
DomainName
Required. The domain name. Unicode domain names must be expressed in Punycode format.
Declaration
[JsonProperty("domainName")]
public virtual string DomainName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
Set of labels associated with the Registration
.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |