Team: Team Class

Description Public fields Methods

Description

Team Class

Team Class

Public fields

id
school
mascot
abbreviation
alt_name_1
alt_name_2
alt_name_3
conference
division
color
alt_color
logos

Methods

Public methods


Method new()

Usage
Team$new(
  id,
  school,
  mascot,
  abbreviation,
  alt_name_1,
  alt_name_2,
  alt_name_3,
  conference,
  division,
  color,
  alt_color,
  logos
)

Method toJSON()

Usage
Team$toJSON()

Method fromJSON()

Usage
Team$fromJSON(TeamJson)

Method toJSONString()

Usage
Team$toJSONString()

Method fromJSONString()

Usage
Team$fromJSONString(TeamJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Team$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


saiemgilani/cfbd-api-R documentation built on Feb. 16, 2021, 12:07 a.m.