Class Bucket.BillingData
The bucket's billing configuration.
Inheritance
System.Object
Bucket.BillingData
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 BillingData
Properties
RequesterPays
When set to true, Requester Pays is enabled for this bucket.
Declaration
[JsonProperty("requesterPays")]
public virtual bool? RequesterPays { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |