Class Bucket.AutoclassData
The bucket's Autoclass configuration.
Inheritance
System.Object
Bucket.AutoclassData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class AutoclassData
Properties
Enabled
Whether or not Autoclass is enabled on this bucket
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ToggleTime
System.DateTime representation of ToggleTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTime? ToggleTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ToggleTimeRaw
A date and time in RFC 3339 format representing the instant at which "enabled" was last toggled.
Declaration
[JsonProperty("toggleTime")]
public virtual string ToggleTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
System.String |