class Google::Apis::StorageV1::Bucket::Logging

optional name prefix for the current bucket’s logs.
The bucket’s logging configuration, which defines the destination bucket and

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @log_bucket = args[:log_bucket] if args.key?(:log_bucket)
  @log_object_prefix = args[:log_object_prefix] if args.key?(:log_object_prefix)
end