Class Bucket.BillingData
The bucket's billing configuration.
Inheritance
object
Bucket.BillingData
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.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 |
---|---|
bool? |