public sealed class SaveSnapshotRequest : IMessage<SaveSnapshotRequest>, IEquatable<SaveSnapshotRequest>, IDeepCloneable<SaveSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class SaveSnapshotRequest.
Request to create a snapshot of a Cloud Composer environment.
[[["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."],[[["This document provides reference documentation for the `SaveSnapshotRequest` class within the Cloud Composer v1 API, specifically for version 2.3.0."],["The `SaveSnapshotRequest` class is used to initiate the creation of a snapshot of a Cloud Composer environment."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["The document lists a history of available versions, ranging from 1.0.0 to the latest 2.9.0, along with links to their corresponding documentation pages."],["The `SaveSnapshotRequest` class has properties for specifying the target `Environment` and the `SnapshotLocation`, both of which are strings representing the resource name and Cloud Storage location."]]],[]]