Class CreateDomainRequest
Developer Preview: Request message for CreateDomain.
Implements
Inherited Members
Namespace: Google.Apis.PostmasterTools.v2.Data
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class CreateDomainRequest : IDirectResponseSchema
Properties
DomainId
Required. The domain to add. e.g., "example.com"
Declaration
[JsonProperty("domainId")]
public virtual string DomainId { 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 |