class Google::Apis::StorageV1::Object::Owner

def update!(**args)

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