Show / Hide Table of Contents

Class ImportDomainRequest

Deprecated: For more information, see Cloud Domains feature deprecation. Request for the ImportDomain method.

Inheritance
object
ImportDomainRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDomains.v1beta1.Data
Assembly: Google.Apis.CloudDomains.v1beta1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX