Class LaunchProfile#
Defined in File LaunchProfile.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.EntityBase
(Class EntityBase)
Class Documentation#
- class xbe.sdk.Models.LaunchProfile : xbe.sdk.EntityBase#
Describes a grouped series of command arguments belonging to a Product to apply to the Product upon launching through Xsolla Backend (XBE) Launcher.
REQUIRES: Purchasing Services
Properties
- string Name { get; set; }#
The unique name of the profile.
- string Title { get; set; }#
The name to display to the user.
- string Description { get; set; }#
The description of the launch profile.
- string Cmd { get; set; }#
The launch command to execute.
- string > Roles { get; set; }#
The list of roles the user needs to have to access the launch profile.
Public Static Functions
- new LaunchProfile Parse (string json)#
Parses the given JSON encoded string into a new Address instance.
- Param json:
- Return: