public sealed class ListDataItemsResponse : IMessage<ListDataItemsResponse>, IEquatable<ListDataItemsResponse>, IDeepCloneable<ListDataItemsResponse>, IBufferMessage, IMessage, IPageResponse<DataItem>, IEnumerable<DataItem>, IEnumerable
Reference documentation and code samples for the Data Labeling v1beta1 API class ListDataItemsResponse.
Results of listing data items in a dataset.
Implements
IMessageListDataItemsResponse, IEquatableListDataItemsResponse, IDeepCloneableListDataItemsResponse, IBufferMessage, IMessage, IPageResponseDataItem, IEnumerableDataItem, IEnumerableNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ListDataItemsResponse()
public ListDataItemsResponse()
ListDataItemsResponse(ListDataItemsResponse)
public ListDataItemsResponse(ListDataItemsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListDataItemsResponse |
Properties
DataItems
public RepeatedField<DataItem> DataItems { get; }
The list of data items to return.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDataItem |
NextPageToken
public string NextPageToken { get; set; }
A token to retrieve next page of results.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<DataItem> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDataItem |