Class RetrieveGoogleDomainsForwardingConfigResponse
Response for the RetrieveGoogleDomainsForwardingConfig
method.
Implements
Inherited Members
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class RetrieveGoogleDomainsForwardingConfigResponse : IDirectResponseSchema
Properties
DomainForwardings
The list of domain forwarding configurations. A forwarding configuration might not work correctly if the required DNS records are not present in the domain's authoritative DNS zone.
Declaration
[JsonProperty("domainForwardings")]
public virtual IList<DomainForwarding> DomainForwardings { get; set; }
Property Value
Type | Description |
---|---|
IList<DomainForwarding> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EmailForwardings
The list of email forwarding configurations. A forwarding configuration might not work correctly if the required DNS records are not present in the domain's authoritative DNS zone.
Declaration
[JsonProperty("emailForwardings")]
public virtual IList<EmailForwarding> EmailForwardings { get; set; }
Property Value
Type | Description |
---|---|
IList<EmailForwarding> |