GameLines: GameLines Class

Description Public fields Methods

Description

GameLines Class

GameLines Class

Public fields

id
season
week
seasonType
homeTeam
homeConference
homeScore
awayTeam
awayConference
awayScore
lines

Methods

Public methods


Method new()

Usage
GameLines$new(
  id,
  season,
  week,
  seasonType,
  homeTeam,
  homeConference,
  homeScore,
  awayTeam,
  awayConference,
  awayScore,
  lines
)

Method toJSON()

Usage
GameLines$toJSON()

Method fromJSON()

Usage
GameLines$fromJSON(GameLinesJson)

Method toJSONString()

Usage
GameLines$toJSONString()

Method fromJSONString()

Usage
GameLines$fromJSONString(GameLinesJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
GameLines$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.