BoardSection: BoardSection Class

BoardSectionR Documentation

BoardSection Class

Description

BoardSection Class

BoardSection Class

Public fields

can
created_at
deleted_at
description
board_id
board_items
id
item_order
visible_item_order
title
updated_at

Methods

Public methods


Method new()

Usage
BoardSection$new(
  can,
  created_at,
  deleted_at,
  description,
  board_id,
  board_items,
  id,
  item_order,
  visible_item_order,
  title,
  updated_at
)

Method toJSON()

Usage
BoardSection$toJSON()

Method fromJSONObject()

Usage
BoardSection$fromJSONObject(BoardSectionJsonObject)

Method fromJSON()

Usage
BoardSection$fromJSON(BoardSectionJson)

Method toJSONString()

Usage
BoardSection$toJSONString()

Method fromJSONString()

Usage
BoardSection$fromJSONString(BoardSectionJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
BoardSection$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.