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, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new `CreateSourceRequest` instance or cloning an existing one, as well as properties like `Parent`, `ParentAsOrganizationName`, and `Source`."],["The `Parent` property is required and should contain the resource name of the new source's parent in the format \"organizations/\\[organization\\_id]\"."],["The `Source` property is also required, but when creating a new source only `display_name` and `description` fields are used, with all others being ignored."]]],[]]