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 available for `GetScreenshotInstanceRequest` is 3.6.0, with several older versions also accessible, ranging from 3.5.0 down to 1.0.0."],["`GetScreenshotInstanceRequest` is a request message used for getting the screenshot of an instance, as detailed in the method description of `Instances.GetScreenshot`."],["The `GetScreenshotInstanceRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to be used in google cloud projects."],["This class has 3 properties that can be set as strings: `Instance`, to specify the instance name, `Project`, to specify the project ID, and `Zone`, to define the zone of the request."],["The `GetScreenshotInstanceRequest` class has two constructors: one default and another that takes an existing `GetScreenshotInstanceRequest` object."]]],[]]