Class Bucket.VersioningData
The bucket's versioning configuration.
Inherited Members
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class Bucket.VersioningData
Properties
Enabled
While set to true, versioning is fully enabled for this bucket.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |