Googly.CloudStorage.Model.ObjectOwner (googly_cloud_storage v0.1.0)

Copy Markdown View Source

The owner of the object. This will always be the uploader of the object.

Attributes

  • entity (type: String.t()) - The entity, in the form user-userId.
  • entity_id (type: String.t()) - The ID for the entity.

Summary

Types

t()

@type t() :: %Googly.CloudStorage.Model.ObjectOwner{
  entity: String.t() | nil,
  entity_id: String.t() | nil
}