public sealed class GetScreenshotInstanceRequest : IMessage<GetScreenshotInstanceRequest>, IEquatable<GetScreenshotInstanceRequest>, IDeepCloneable<GetScreenshotInstanceRequest>, IBufferMessage, IMessage
A request message for Instances.GetScreenshot. See the method description for details.
[[["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 latest version of `GetScreenshotInstanceRequest` is 3.6.0, with various other versions available, ranging from 3.5.0 down to 1.0.0."],["`GetScreenshotInstanceRequest` is a request message used for retrieving instance screenshots within the Google Cloud Compute V1 environment, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetScreenshotInstanceRequest` class contains properties to specify the instance name, the project ID, and the zone for the screenshot request."],["The class has two constructors, one that is empty and one that allows passing in a `GetScreenshotInstanceRequest` for values."],["The class inherits members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class."]]],[]]