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

Copy Markdown View Source

Conditions that must be met for this operation to execute.

Attributes

  • if_generation_match (type: String.t()) - Only perform the composition if the generation of the source object that would be used matches this value. If this value and a generation are both specified, they must be the same value or the call will fail.

Summary

Types

t()

@type t() ::
  %Googly.CloudStorage.Model.ComposeRequestSourceObjectsObjectPreconditions{
    if_generation_match: String.t() | nil
  }