Table of Contents

Class ListSendAsResponse

Namespace
Google.Apis.Gmail.v1.Data
Assembly
Google.Apis.Gmail.v1.dll

Response for the ListSendAs method.

public class ListSendAsResponse : IDirectResponseSchema
Inheritance
ListSendAsResponse
Implements
IDirectResponseSchema
Inherited Members

Constructors

ListSendAsResponse()

public ListSendAsResponse()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

SendAs

List of send-as aliases.

public virtual IList<SendAs> SendAs { get; set; }

Property Value

IList<SendAs>