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."],[[["This webpage details the `ListFindingTypeStatsRequest` class, which is used to request data through the `ListFindingTypeStats` method within the Google Cloud Web Security Scanner V1 API."],["The latest version for this class is 2.5.0, with versions down to 1.0.0 being available, and the page specifically covers version 1.2.0."],["The `ListFindingTypeStatsRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `Parent` property of type string, which is a required field for specifying the resource name in the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'."],["The class inherits from `Object`, having inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, and two constructors: one empty and one accepting another `ListFindingTypeStatsRequest`."]]],[]]