google_api_storage v0.7.0 GoogleApi.Storage.V1.Model.ComposeRequestSourceObjects View Source
Attributes
- generation (String.t): The generation of this object to use as the source. Defaults to:
null
. - name (String.t): The source object's name. All source objects must reside in the same bucket. Defaults to:
null
. - objectPreconditions (ComposeRequestObjectPreconditions): Defaults to:
null
.
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: any(),
name: any(),
objectPreconditions:
GoogleApi.Storage.V1.Model.ComposeRequestObjectPreconditions.t()
}
t() :: %GoogleApi.Storage.V1.Model.ComposeRequestSourceObjects{ generation: any(), name: any(), objectPreconditions: GoogleApi.Storage.V1.Model.ComposeRequestObjectPreconditions.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.