Policysimulator_v1Functions

Functions

Link copied to clipboard

Gets the specified Replay. Each Replay is available for at least 7 days.

suspend fun getFolderReplay(folderId: String, location: String, replayId: String): GetFolderReplayResult
Link copied to clipboard

Gets the specified Replay. Each Replay is available for at least 7 days.

suspend fun getOrganizationReplay(location: String, organizationId: String, replayId: String): GetOrganizationReplayResult
Link copied to clipboard

Gets the specified Replay. Each Replay is available for at least 7 days.

suspend fun getReplay(argument: suspend GetReplayPlainArgsBuilder.() -> Unit): GetReplayResult
suspend fun getReplay(location: String, project: String? = null, replayId: String): GetReplayResult