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
@type t() :: %Googly.CloudStorage.Model.ObjectContexts{ custom: %{ optional(String.t()) => Googly.CloudStorage.Model.ObjectCustomContextPayload.t() } | nil }