Google Cloud Translation v3 API - Class ListAdaptiveMtDatasetsResponse (3.6.0)

public sealed class ListAdaptiveMtDatasetsResponse : IMessage<ListAdaptiveMtDatasetsResponse>, IEquatable<ListAdaptiveMtDatasetsResponse>, IDeepCloneable<ListAdaptiveMtDatasetsResponse>, IBufferMessage, IMessage, IPageResponse<AdaptiveMtDataset>, IEnumerable<AdaptiveMtDataset>, IEnumerable

Reference documentation and code samples for the Google Cloud Translation v3 API class ListAdaptiveMtDatasetsResponse.

A list of AdaptiveMtDatasets.

Inheritance

object > ListAdaptiveMtDatasetsResponse

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

ListAdaptiveMtDatasetsResponse()

public ListAdaptiveMtDatasetsResponse()

ListAdaptiveMtDatasetsResponse(ListAdaptiveMtDatasetsResponse)

public ListAdaptiveMtDatasetsResponse(ListAdaptiveMtDatasetsResponse other)
Parameter
NameDescription
otherListAdaptiveMtDatasetsResponse

Properties

AdaptiveMtDatasets

public RepeatedField<AdaptiveMtDataset> AdaptiveMtDatasets { get; }

Output only. A list of Adaptive MT datasets.

Property Value
TypeDescription
RepeatedFieldAdaptiveMtDataset

NextPageToken

public string NextPageToken { get; set; }

Optional. A token to retrieve a page of results. Pass this value in the [ListAdaptiveMtDatasetsRequest.page_token] field in the subsequent call to ListAdaptiveMtDatasets method to retrieve the next page of results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<AdaptiveMtDataset> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorAdaptiveMtDataset