public sealed class CreateFindingRequest : IMessage<CreateFindingRequest>, IEquatable<CreateFindingRequest>, IDeepCloneable<CreateFindingRequest>, IBufferMessage, IMessage
[[["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 `CreateFindingRequest` class is used to send a request for creating a new finding within the Google Cloud Security Center."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities like message handling, equality checks, cloning, and buffer operations."],["The request requires three properties: `Finding` (the finding to be created), `FindingId` (a unique identifier), and `Parent` (the resource name of the finding's parent), additionally, there is a `ParentAsSourceName` property that represents the parent in a typed way."],["There are two constructors for `CreateFindingRequest`: one default constructor and another that takes another `CreateFindingRequest` instance as an argument."],["The class is part of the `Google.Cloud.SecurityCenter.V1P1Beta1` namespace and the assembly `Google.Cloud.SecurityCenter.V1P1Beta1.dll`, and it inherits from the base `Object` class."]]],[]]