google_api_storage v0.21.0 GoogleApi.Storage.V1.Model.ComposeRequestSourceObjectsObjectPreconditions View Source

Conditions that must be met for this operation to execute.

Attributes

  • ifGenerationMatch (type: String.t, default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.Storage.V1.Model.ComposeRequestSourceObjectsObjectPreconditions{
    ifGenerationMatch: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.