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

Copy Markdown View Source

Attributes

  • generation (type: String.t()) - The generation of this object to use as the source.
  • name (type: String.t()) - The source object's name. All source objects must reside in the same bucket.
  • object_preconditions (type: Googly.CloudStorage.Model.ComposeRequestSourceObjectsObjectPreconditions.t()) - Conditions that must be met for this operation to execute.

Summary

Types

t()

@type t() :: %Googly.CloudStorage.Model.ComposeRequestSourceObjects{
  generation: String.t() | nil,
  name: String.t() | nil,
  object_preconditions:
    Googly.CloudStorage.Model.ComposeRequestSourceObjectsObjectPreconditions.t()
    | nil
}