[[["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 `ContainerImage` class in the `Google.Cloud.Notebooks.V1` namespace defines a container image for starting notebook instances with a pre-installed environment."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["`ContainerImage` objects can be constructed using a default constructor or a copy constructor that takes another `ContainerImage` as an argument."],["The `Repository` property specifies the path to the container image, such as `gcr.io/{project_id}/{image_name}`, and is required."],["The `Tag` property defines the container image tag, defaulting to \"latest\" if not specified by the user."]]],[]]