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"]],[["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 webpage details the `ListFindingTypeStatsRequest` class, which is used to request data through the `ListFindingTypeStats` method."],["The `ListFindingTypeStatsRequest` class is part of the `Google.Cloud.WebSecurityScanner.V1` namespace and is found within the `Google.Cloud.WebSecurityScanner.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling, comparison, cloning, and buffering."],["The `Parent` property is a required string that specifies the scan run resource name, formatted as 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'."],["The class has different versions available, ranging from 1.0.0 to 2.5.0 with 2.5.0 being the latest version."]]],[]]