GW2v2AccountBuildStorageSlot
@Serializable
Information about a build in an account's storage.
Parameters
name
the build's name
profession
the profession's ID
specializations
the build's specializations
skills
the build's skills
aquaticSkills
the build's aquatic skills
legends
the build's legend IDs
aquaticLegends
the build's aquatic legend IDs
Constructors
Link copied to clipboard
constructor(name: String, profession: String, specializations: List<GW2v2AccountBuildStorageSlot.Specialization?>, skills: GW2v2AccountBuildStorageSlot.Skills? = null, aquaticSkills: GW2v2AccountBuildStorageSlot.AuqaticSkills? = null, legends: List<String?>? = null, aquaticLegends: List<String?>? = null)
Types
Link copied to clipboard
@Serializable
Information about a build's aquatic skills.
Link copied to clipboard
Information about a build's specialization.
Properties
Link copied to clipboard
This field holds the build's aquatic legend IDs.
Link copied to clipboard
@SerialName(value = "aquatic_skills")
This field holds the build's aquatic skills.
Link copied to clipboard
This field holds the profession's ID.
Link copied to clipboard
This field holds the build's skills.
Link copied to clipboard
This field holds the build's specializations.