public sealed class CreateOfflineProfileRequest : IMessage<CreateOfflineProfileRequest>, IEquatable<CreateOfflineProfileRequest>, IDeepCloneable<CreateOfflineProfileRequest>, IBufferMessage, IMessage
CreateOfflineProfileRequest describes a profile resource offline creation
request. Profile field must be set.
[[["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 latest version available for `CreateOfflineProfileRequest` is 2.6.0, with several prior versions also documented, dating back to version 1.0.0."],["`CreateOfflineProfileRequest` is a class used to describe a request for creating a profile resource offline, and it requires the profile field to be set."],["This class inherits from `Object` and implements interfaces such as `IMessage\u003cCreateOfflineProfileRequest\u003e`, `IEquatable\u003cCreateOfflineProfileRequest\u003e`, `IDeepCloneable\u003cCreateOfflineProfileRequest\u003e`, `IBufferMessage`, and `IMessage`."],["`CreateOfflineProfileRequest` has two constructors: a default constructor and another that accepts a `CreateOfflineProfileRequest` object as a parameter."],["The class includes two properties, `Parent` and `Profile`, which are used for specifying the project for profile creation and the profile contents respectively, and both have associated descriptions and string types."]]],[]]