Show / Hide Table of Contents

Class ListDatasetsResponse

Response message for ListDatasets.

Inheritance
object
ListDatasetsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class ListDatasetsResponse : IDirectResponseSchema

Properties

Datasets

The datasets read.

Declaration
[JsonProperty("datasets")]
public virtual IList<Dataset> Datasets { get; set; }
Property Value
Type Description
IList<Dataset>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

A token to retrieve next page of results. Pass this token to the page_token field in the ListDatasetsRequest to obtain the corresponding page.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX