class XIVAPI::Dataclasses::PvpLinkshell

Overview

Dataclass for the Linkshell data for the PvP Team response.

Defined in:

dataclasses/pvp_team/pvp_linkshell.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_617 : JSON::PullParser) #

Instance Method Detail

An Pagination class containing the pagination info for the request.


[View source]
def pagination=(_pagination : Pagination) #

A PvpTeamProfile class containing data about the PvP Team's Profile.


[View source]
def profile=(_profile : PvpTeamProfile) #

An Array of CharacterSummary classs representing the Characters in the Linkshell for the PvP Team.


[View source]
def results=(_results : Array(CharacterSummary)) #

def to_json(json : JSON::Builder) #