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."],[[["This webpage details the `GetScreenshotInstanceRequest` class, which is used to request a screenshot of a Google Compute Engine instance."],["The latest version of the class is 3.6.0, with versions available dating back to 1.0.0 for those looking for different versions."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all contributing to the class's features and functionality."],["Key properties of `GetScreenshotInstanceRequest` include `Instance`, `Project`, and `Zone`, which are string values that define the instance, project ID, and zone."],["The `GetScreenshotInstanceRequest` class contains two constructors, one default and another that takes a `GetScreenshotInstanceRequest` object, allowing for object duplication."]]],[]]