class Google::Apis::StorageV1::Bucket::Billing
The bucket’s billing configuration.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @requester_pays = args[:requester_pays] if args.key?(:requester_pays) end