public sealed class GetSimulationRequest : IMessage<GetSimulationRequest>, IEquatable<GetSimulationRequest>, IDeepCloneable<GetSimulationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class GetSimulationRequest.
Request message for getting simulation.
Simulation name can include "latest" to retrieve the latest simulation
For example, "organizations/123/simulations/latest"
[[["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 the `GetSimulationRequest` class in the Google Cloud SecurityCenter V1 API is version 3.24.0."],["This webpage provides reference documentation and code samples for the `GetSimulationRequest` class, which is used to retrieve simulation data from the Security Command Center."],["The `GetSimulationRequest` class allows you to get a specific simulation by its name, or request the latest simulation by using \"latest\" in the simulation name."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetSimulationRequest` class includes properties such as `Name` to identify the requested simulation, and `SimulationName` for a typed view of the simulation's name."]]],[]]