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

Copy Markdown View Source

User-defined or system-defined object contexts. Each object context is a key-payload pair, where the key provides the identification and the payload holds the associated value and additional metadata.

Attributes

  • custom (type: %{optional(String.t()) => Googly.CloudStorage.Model.ObjectCustomContextPayload.t()}) - User-defined object contexts.

Summary

Types

t()

@type t() :: %Googly.CloudStorage.Model.ObjectContexts{
  custom:
    %{
      optional(String.t()) =>
        Googly.CloudStorage.Model.ObjectCustomContextPayload.t()
    }
    | nil
}