Class GSUtil
GSUtil message includes details of the Destination Cloud Storage bucket.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class GSUtil : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GsutilUri
Required. The URI of the Cloud Storage bucket.
Declaration
[JsonProperty("gsutilUri")]
public virtual string GsutilUri { get; set; }
Property Value
Type | Description |
---|---|
string |