View Source GoogleApi.Storage.V1.Model.ComposeRequestSourceObjects (google_api_storage v0.45.0)
Attributes
-
generation
(type:String.t
, default:nil
) - The generation of this object to use as the source. -
name
(type:String.t
, default:nil
) - The source object's name. All source objects must reside in the same bucket. -
objectPreconditions
(type:GoogleApi.Storage.V1.Model.ComposeRequestSourceObjectsObjectPreconditions.t
, default:nil
) - Conditions that must be met for this operation to execute.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Storage.V1.Model.ComposeRequestSourceObjects{ generation: String.t() | nil, name: String.t() | nil, objectPreconditions: GoogleApi.Storage.V1.Model.ComposeRequestSourceObjectsObjectPreconditions.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.