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 `CreateSourceRequest` class is used to request the creation of a new source in Google Cloud Security Center, with the latest version being 3.24.0."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message manipulation, equality checking, deep cloning, and buffer message handling."],["The `CreateSourceRequest` requires the resource name of the parent (organization) and the source details (display name and description) for the new source, ignoring all other fields in the source object."],["The page lists all the versions of the `CreateSourceRequest`, ranging from version 2.2.0 up to the most recent version 3.24.0, each with its own link."],["The `Parent` property is required and it uses the format of \"organizations/[organization_id]\"."]]],[]]