public sealed class GetSimulationRequest : IMessage<GetSimulationRequest>, IEquatable<GetSimulationRequest>, IDeepCloneable<GetSimulationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 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 `GetSimulationRequest` class is used to request a simulation within the Security Command Center v2 API, and it implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class inherits from the base `object` class and offers two constructors: a default constructor and another one which takes another `GetSimulationRequest` instance as an argument for cloning."],["The `Name` property, which is required, is a string representing either the organization or simulation name in a specific format, such as \"organizations/{organization}/simulations/latest\" or \"organizations/{organization}/simulations/{simulation}\"."],["The `SimulationName` property provides a typed view of the `Name` property, offering the `SimulationName` type, which can be used for easier resource name handling."],["The latest version of this class is `1.1.0` but this specific documented version is `1.0.0`, found in the `Google.Cloud.SecurityCenter.V2` namespace within the `Google.Cloud.SecurityCenter.V2.dll` assembly."]]],[]]