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, which is used to create a source within the Google Cloud Security Center."],["The latest version available is 3.24.0, with numerous older versions, starting from 2.2.0, also documented and accessible for users."],["`CreateSourceRequest` implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, supporting various functionalities within the Google Protobuf library."],["The class requires properties such as `Parent` and `Source`, allowing specification of the organization and the source to be created."],["There are multiple constructors available for `CreateSourceRequest`, including a default constructor and one that takes another instance of `CreateSourceRequest` as a parameter."]]],[]]