Class GoogleCloudDatapipelinesV1SdkVersion
The version of the SDK used to run the job.
Implements
Inherited Members
Namespace: Google.Apis.Datapipelines.v1.Data
Assembly: Google.Apis.Datapipelines.v1.dll
Syntax
public class GoogleCloudDatapipelinesV1SdkVersion : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SdkSupportStatus
The support status for this SDK version.
Declaration
[JsonProperty("sdkSupportStatus")]
public virtual string SdkSupportStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
The version of the SDK used to run the job.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionDisplayName
A readable string describing the version of the SDK.
Declaration
[JsonProperty("versionDisplayName")]
public virtual string VersionDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |