Software Recipe Artifact Response
data class SoftwareRecipeArtifactResponse(val allowInsecure: Boolean, val gcs: SoftwareRecipeArtifactGcsResponse, val remote: SoftwareRecipeArtifactRemoteResponse)
Specifies a resource to be used in the recipe.
Constructors
Link copied to clipboard
fun SoftwareRecipeArtifactResponse(allowInsecure: Boolean, gcs: SoftwareRecipeArtifactGcsResponse, remote: SoftwareRecipeArtifactRemoteResponse)