Class ListDraftsResponse
public class ListDraftsResponse : IDirectResponseSchema
- Inheritance
-
ListDraftsResponse
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
ListDraftsResponse()
public ListDraftsResponse()
Properties
Drafts
List of drafts. Note that the Message
property in each Draft
resource only contains an id
and
a threadId
. The messages.get method can fetch additional message details.
public virtual IList<Draft> Drafts { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
NextPageToken
Token to retrieve the next page of results in the list.
public virtual string NextPageToken { get; set; }
Property Value
ResultSizeEstimate
Estimated total number of results.
public virtual long? ResultSizeEstimate { get; set; }
Property Value
- long?