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

Copy Markdown View Source

The payload of a single user-defined object context.

Attributes

  • create_time (type: DateTime.t()) - The time at which the object context was created in RFC 3339 format.
  • update_time (type: DateTime.t()) - The time at which the object context was last updated in RFC 3339 format.
  • value (type: String.t()) - The value of the object context.

Summary

Types

t()

@type t() :: %Googly.CloudStorage.Model.ObjectCustomContextPayload{
  create_time: DateTime.t() | nil,
  update_time: DateTime.t() | nil,
  value: String.t() | nil
}