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 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, while numerous earlier versions are also documented, ranging back to 2.2.0."],["The `CreateSourceRequest` class requires `Parent` and `Source` properties, specifying the organization and source details for creation, respectively."],["The class inherits from several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes constructors for default and copy-based object creation."],["It is important to note that within the `Source` property of the class, only `display_name` and `description` will be used, ignoring all other fields."]]],[]]