Class ListSendAsResponse
Response for the ListSendAs method.
Implements
Inherited Members
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class ListSendAsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SendAs
List of send-as aliases.
Declaration
[JsonProperty("sendAs")]
public virtual IList<SendAs> SendAs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SendAs> |