Show / Hide Table of Contents

Class RetrieveGoogleDomainsForwardingConfigResponse

Response for the RetrieveGoogleDomainsForwardingConfig method.

Inheritance
object
RetrieveGoogleDomainsForwardingConfigResponse
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX