Class Bucket.BillingData
The bucket's billing configuration.
Inherited Members
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? |