Class ListAvailableVersionsResponse
Response message for the list available versions request.
Implements
Inherited Members
Namespace: Google.Apis.DataFusion.v1.Data
Assembly: Google.Apis.DataFusion.v1.dll
Syntax
public class ListAvailableVersionsResponse : IDirectResponseSchema
Properties
AvailableVersions
Represents a list of versions that are supported.
Declaration
[JsonProperty("availableVersions")]
public virtual IList<Version> AvailableVersions { get; set; }
Property Value
Type | Description |
---|---|
IList<Version> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Token to retrieve the next page of results or empty if there are no more results in the list.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |