google_api_storage v0.8.0 GoogleApi.Storage.V1.Model.ComposeRequestSourceObjects View Source
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.
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()
View Source
t() :: %GoogleApi.Storage.V1.Model.ComposeRequestSourceObjects{
generation: String.t(),
name: String.t(),
objectPreconditions:
GoogleApi.Storage.V1.Model.ComposeRequestSourceObjectsObjectPreconditions.t()
}
t() :: %GoogleApi.Storage.V1.Model.ComposeRequestSourceObjects{ generation: String.t(), name: String.t(), objectPreconditions: GoogleApi.Storage.V1.Model.ComposeRequestSourceObjectsObjectPreconditions.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.