class Google::Apis::StorageV1::Bucket::IamConfiguration::UniformBucketLevelAccess

The bucket’s uniform bucket-level access configuration.

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