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 environment."],["This class has been implemented with multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 3.6.0, with a range of other available versions going as far back as 1.0.0 listed in the document."],["The class includes properties to specify the target instance, the project ID, and the zone for the request, all of which are of type string."],["The class has two constructors, one for creating an empty instance, and one for making an instance that copies from another `GetScreenshotInstanceRequest`."]]],[]]