public sealed class CreateReplayRequest : IMessage<CreateReplayRequest>, IEquatable<CreateReplayRequest>, IDeepCloneable<CreateReplayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Policy Simulator v1 API class CreateReplayRequest.
Request message for
[Simulator.CreateReplay][google.cloud.policysimulator.v1.Simulator.CreateReplay].
Required. The parent resource where this
[Replay][google.cloud.policysimulator.v1.Replay] will be created. This
resource must be a project, folder, or organization with a location.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation details the `CreateReplayRequest` class, which is used to initiate a replay in the Policy Simulator v1 API."],["The `CreateReplayRequest` class is part of the `Google.Cloud.PolicySimulator.V1` namespace and is implemented within the `Google.Cloud.PolicySimulator.V1.dll` assembly."],["This class has properties such as `Parent`, which specifies the resource (project, folder, or organization) where the replay will be created, and `Replay`, which allows for configuration of the replay."],["The `CreateReplayRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `CreateReplayRequest` class has two constructors one empty, and the second takes another `CreateReplayRequest` object as a parameter."]]],[]]