public sealed class CreateSourceRequest : IMessage<CreateSourceRequest>, IEquatable<CreateSourceRequest>, IDeepCloneable<CreateSourceRequest>, 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 webpage provides documentation for the `CreateSourceRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, detailing its properties, constructors, and inherited members."],["The latest version of the documentation available is 3.24.0, and it is a class used for creating a source within the security center, with numerous prior versions available for reference as well."],["`CreateSourceRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateSourceRequest` class has properties such as `Parent`, which is the resource name of the new source's parent, `ParentAsOrganizationName` which offers an OrganizationName typed view of the parent resource name, and `Source` which represents the source to be created."],["The class has 2 constructors, one of them being a default constructor and another which accepts a `CreateSourceRequest` object as a parameter."]]],[]]