public sealed class ListDraftsResponse : IPageResponse<Draft>, IEnumerable<Draft>, IEnumerable, IMessage<ListDraftsResponse>, IEquatable<ListDraftsResponse>, IDeepCloneable<ListDraftsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ListDraftsResponse.
Message for response to listing Drafts.
Implements
IPageResponseDraft, IEnumerableDraft, IEnumerable, IMessageListDraftsResponse, IEquatableListDraftsResponse, IDeepCloneableListDraftsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ListDraftsResponse()
public ListDraftsResponse()ListDraftsResponse(ListDraftsResponse)
public ListDraftsResponse(ListDraftsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDraftsResponse |
Properties
Drafts
public RepeatedField<Draft> Drafts { get; }The list of Draft.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDraft |
|
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<Draft> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorDraft |
|