public sealed class CreateProfileRequest : IMessage<CreateProfileRequest>, IEquatable<CreateProfileRequest>, IDeepCloneable<CreateProfileRequest>, IBufferMessage, IMessage
CreateProfileRequest describes a profile resource online creation request.
The deployment field must be populated. The profile_type specifies the list
of profile types supported by the agent. The creation call will hang until a
profile of one of these types needs to be collected.
[[["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 `CreateProfileRequest` class is used to initiate the creation of a profile resource online, requiring the deployment field to be populated."],["This class implements several interfaces, including `IMessage\u003cCreateProfileRequest\u003e`, `IEquatable\u003cCreateProfileRequest\u003e`, `IDeepCloneable\u003cCreateProfileRequest\u003e`, `IBufferMessage`, and `IMessage`."],["`CreateProfileRequest` includes properties like `Deployment`, `Parent`, and `ProfileType` for defining the profile creation request."],["The class has two constructors, one default and one that takes another `CreateProfileRequest` object as a parameter."],["The latest version of the documentation available is version 2.6.0, and the versions go all the way back to 1.0.0."]]],[]]