google_api_cloud_build v0.9.0 GoogleApi.CloudBuild.V1.Model.Source View Source
Location of the source in a supported storage service.
Attributes
repoSource
(type:GoogleApi.CloudBuild.V1.Model.RepoSource.t
, default:nil
) - If provided, get the source from this location in a Cloud Source Repository.storageSource
(type:GoogleApi.CloudBuild.V1.Model.StorageSource.t
, default:nil
) - If provided, get the source from this location in Google Cloud Storage.
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.CloudBuild.V1.Model.Source{
repoSource: GoogleApi.CloudBuild.V1.Model.RepoSource.t(),
storageSource: GoogleApi.CloudBuild.V1.Model.StorageSource.t()
}
t() :: %GoogleApi.CloudBuild.V1.Model.Source{ repoSource: GoogleApi.CloudBuild.V1.Model.RepoSource.t(), storageSource: GoogleApi.CloudBuild.V1.Model.StorageSource.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.