public sealed class CreateSourceRequest : IMessage<CreateSourceRequest>, IEquatable<CreateSourceRequest>, IDeepCloneable<CreateSourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class CreateSourceRequest.
[[["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."],[[["`CreateSourceRequest` is a class within the Google Cloud Security Command Center v1p1beta1 API used for creating a source."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The `CreateSourceRequest` class includes properties like `Parent` and `Source`, which are required fields specifying the organization and details of the source to be created."],["The latest version of `CreateSourceRequest` is version `3.0.0-beta05`, with previous beta versions also available."],["The `CreateSourceRequest` class has two constructors: one is a parameterless constructor and the other takes in another `CreateSourceRequest` instance."]]],[]]