BoardItem: BoardItem Class

BoardItemR Documentation

BoardItem Class

Description

BoardItem Class

BoardItem Class

Public fields

can
content_created_by
content_favorite_id
content_metadata_id
content_updated_at
custom_description
custom_title
custom_url
dashboard_id
description
favorite_count
board_section_id
id
image_url
location
look_id
lookml_dashboard_id
order
title
url
view_count

Methods

Public methods


Method new()

Usage
BoardItem$new(
  can,
  content_created_by,
  content_favorite_id,
  content_metadata_id,
  content_updated_at,
  custom_description,
  custom_title,
  custom_url,
  dashboard_id,
  description,
  favorite_count,
  board_section_id,
  id,
  image_url,
  location,
  look_id,
  lookml_dashboard_id,
  order,
  title,
  url,
  view_count
)

Method toJSON()

Usage
BoardItem$toJSON()

Method fromJSONObject()

Usage
BoardItem$fromJSONObject(BoardItemJsonObject)

Method fromJSON()

Usage
BoardItem$fromJSON(BoardItemJson)

Method toJSONString()

Usage
BoardItem$toJSONString()

Method fromJSONString()

Usage
BoardItem$fromJSONString(BoardItemJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
BoardItem$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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