Class OutputConfig
Output configuration for export assets destination.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1beta1.Data
Assembly: Google.Apis.CloudAsset.v1beta1.dll
Syntax
public class OutputConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsDestination
Destination on Cloud Storage.
Declaration
[JsonProperty("gcsDestination")]
public virtual GcsDestination GcsDestination { get; set; }
Property Value
Type | Description |
---|---|
GcsDestination |