Venue: Venue Class

Description Public fields Methods

Description

Venue Class

Venue Class

Public fields

id
name
capacity
grass
city
state
zip
country_code
location
elevation
year
dome
timezone

Methods

Public methods


Method new()

Usage
Venue$new(
  id,
  name,
  capacity,
  grass,
  city,
  state,
  zip,
  country_code,
  location,
  elevation,
  year,
  dome,
  timezone
)

Method toJSON()

Usage
Venue$toJSON()

Method fromJSON()

Usage
Venue$fromJSON(VenueJson)

Method toJSONString()

Usage
Venue$toJSONString()

Method fromJSONString()

Usage
Venue$fromJSONString(VenueJson)

Method clone()

The objects of this class are cloneable with this method.

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