Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
google::cloud::storage::BucketBilling Struct Reference

The billing configuration for a Bucket. More...

#include <google/cloud/storage/bucket_billing.h>

Public Member Functions

 BucketBilling ()=default
 
 BucketBilling (bool v)
 

Public Attributes

bool requester_pays {false}
 

Detailed Description

The billing configuration for a Bucket.

See also
https://cloud.google.com/storage/docs/requester-pays for general information on "Requester Pays" billing.

Constructor & Destructor Documentation

◆ BucketBilling() [1/2]

google::cloud::storage::BucketBilling::BucketBilling ( )
default

◆ BucketBilling() [2/2]

google::cloud::storage::BucketBilling::BucketBilling ( bool  v)
inline

Member Data Documentation

◆ requester_pays

bool google::cloud::storage::BucketBilling::requester_pays {false}