Image tag to use. This will generally be the full path to an image, such
as "gcr.io/my-project/busybox:1.2.3" or
"gcr.io/my-project/busybox@sha256:abc123".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides reference documentation for the `BuildArtifact` class within the Google Cloud Deploy v1 API for .NET."],["`BuildArtifact` describes an image used during Skaffold rendering, inheriting from the object class and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the `BuildArtifact` class, ranging from version 1.0.0 up to the latest version 3.4.0, with version 2.12.0 being the currently viewed version."],["The `BuildArtifact` class has two public properties: `Image`, representing the image name in the Skaffold configuration, and `Tag`, representing the full path to an image or its sha256 digest."],["The class has two constructors one of which is the default `BuildArtifact()` constructor and the second being `BuildArtifact(BuildArtifact other)` which accepts another BuildArtifact instance."]]],[]]