Class ListForwardingAddressesResponse
Response for the ListForwardingAddresses method.
Implements
Inherited Members
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class ListForwardingAddressesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ForwardingAddresses
List of addresses that may be used for forwarding.
Declaration
[JsonProperty("forwardingAddresses")]
public virtual IList<ForwardingAddress> ForwardingAddresses { get; set; }
Property Value
Type | Description |
---|---|
IList<ForwardingAddress> |