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 details the `CreateSourceRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for creating a new source in Google Cloud Security Center."],["The latest version of the API for creating a source is 3.24.0, and numerous versions are available, ranging from 2.2.0 to 3.24.0."],["The `CreateSourceRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateSourceRequest` class has properties for `Parent`, `ParentAsOrganizationName`, and `Source`, which are utilized to specify the parent organization and details of the new source."],["The `Parent` property is mandatory and should be formatted as \"organizations/[organization_id]\"."]]],[]]