class

XIVAPI::Dataclasses::GrandCompanyCharacterData

Inherits JSON::Serializable < Reference < Object

Dataclass containing information about a Character's Grand Company. Contains details about the Company itself as well as the Character's Rank within the Company.

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

company

An IDNameUrl class containing information about the Grand Company.

Source
rank

An IDIconNameUrl class containing information about the Character's rank within the Grand Company.

Source