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 content focuses on the `CreateSourceRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, providing documentation and details for various versions, ranging from 2.2.0 to the latest version 3.24.0."],["`CreateSourceRequest` is a request message used for creating a new source, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateSourceRequest` class has properties such as `Parent`, a string representing the resource name of the new source's parent, and `Source`, representing the source being created."],["There are two constructors available for the `CreateSourceRequest` class: a default constructor and one that accepts another `CreateSourceRequest` object as an argument for cloning."],["The `ParentAsOrganizationName` property offers a typed view of the parent resource name as an `OrganizationName` object."]]],[]]