Class ProfileModelV1.ProfileModelV1Character
Class representing a single character in a profile. Only used for the EnableForCharacters startup policy.
Assembly: Dalamud.dll
Declaration
public class ProfileModelV1.ProfileModelV1Character
Properties
DisplayName
Gets or sets the display name of the character. Only used to help users identify which character is which.
Declaration
[JsonProperty("d")]
public string DisplayName { get; set; }
ContentId
Gets or sets the Content ID of the character. This is used to identify which characters a profile should be enabled for when using the EnableForCharacters startup policy.
Declaration
[JsonProperty("c")]
public ulong ContentId { get; set; }
ServerName
Gets or sets the server/home/world name of the character.
Declaration
[JsonProperty("s")]
public string ServerName { get; set; }