class Google::Apis::StorageV1::BucketAccessControls

def update!(**args)

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