Show / Hide Table of Contents

Class Bucket.ObjectRetentionData

The bucket's object retention config.

Inheritance
object
Bucket.ObjectRetentionData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class Bucket.ObjectRetentionData

Properties

Mode

The bucket's object retention mode. Can be Enabled.

Declaration
[JsonProperty("mode")]
public virtual string Mode { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX