public sealed class ListFindingTypeStatsRequest : IMessage<ListFindingTypeStatsRequest>, IEquatable<ListFindingTypeStatsRequest>, IDeepCloneable<ListFindingTypeStatsRequest>, IBufferMessage, IMessage
Required. The parent resource name, which should be a scan run resource name in the
format
'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
[[["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 `ListFindingTypeStatsRequest` class is used to request the `ListFindingTypeStats` method in the Google Cloud Web Security Scanner API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities like message manipulation, comparison, and cloning."],["There are two constructors for the `ListFindingTypeStatsRequest` class, one default and another to copy from an existing `ListFindingTypeStatsRequest` object."],["The `Parent` property is required and should be set to a scan run resource name in a specific format for the request to be valid, following the pattern 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'."],["The documentation lists multiple versions of the `ListFindingTypeStatsRequest` class, with version 2.5.0 being the latest."]]],[]]