class Google::Apis::StorageV1::Object::Owner
The owner of the object. This will always be the uploader of the object.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @entity = args[:entity] if args.key?(:entity) @entity_id = args[:entity_id] if args.key?(:entity_id) end