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."],[[["This webpage details the `CreateSourceRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, specifically within the context of various versions, with the latest being 3.24.0."],["The `CreateSourceRequest` class is used to request the creation of a new source and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Parent`, which is a string representing the resource name of the new source's parent organization, and `Source`, which represents the new source being created, with the display name and description being the only fields considered."],["There are several available versions of this resource that can be browsed, starting from version 2.2.0 and going up to the latest version 3.24.0."],["The `CreateSourceRequest` class can be called with a empty constructor `CreateSourceRequest()` and `CreateSourceRequest(CreateSourceRequest other)` constructor."]]],[]]