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 `GetScreenshotInstanceRequest` class is a request message for retrieving instance screenshots within the Google Cloud Compute API, specifically version 1, and is available across multiple versions."],["The latest version available for the `GetScreenshotInstanceRequest` is 3.6.0, however many older versions back to 1.0.0 are accessible."],["`GetScreenshotInstanceRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities like cloning, equality checks, and message handling."],["The class has properties to specify the `Instance`, `Project`, and `Zone`, which are all required as string values, allowing the user to properly scope their screenshot request."],["The class has 2 constructors: a default constructor and a constructor which will take in another instance of `GetScreenshotInstanceRequest`."]]],[]]