Show / Hide Table of Contents

Class ListAvailableVersionsResponse

Response message for the list available versions request.

Inheritance
object
ListAvailableVersionsResponse
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.DataFusion.v1.Data
Assembly: Google.Apis.DataFusion.v1.dll
Syntax
public class ListAvailableVersionsResponse : IDirectResponseSchema

Properties

AvailableVersions

Represents a list of versions that are supported. Deprecated: Use versions field instead.

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

Versions

Represents a list of all versions.

Declaration
[JsonProperty("versions")]
public virtual IList<Version> Versions { get; set; }
Property Value
Type Description
IList<Version>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX