class Google::Apis::StorageV1::Bucket::IamConfiguration::BucketPolicyOnly

disable the feature.
field. We recommend using the uniformBucketLevelAccess field to enable and
will be populated with identical information as the uniformBucketLevelAccess
formerly known as Bucket Policy Only. For backward compatibility, this field
The bucket’s uniform bucket-level access configuration. The feature was

def initialize(**args)

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

def update!(**args)

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