Project: Project Class

ProjectR Documentation

Project Class

Description

Project Class

Project Class

Public fields

can
id
name
uses_git
git_remote_url
git_username
git_password
git_production_branch_name
use_git_cookie_auth
git_username_user_attribute
git_password_user_attribute
git_service_name
git_application_server_http_port
git_application_server_http_scheme
deploy_secret
unset_deploy_secret
pull_request_mode
validation_required
git_release_mgmt_enabled
allow_warnings
is_example
dependency_status

Methods

Public methods


Method new()

Usage
Project$new(
  can,
  id,
  name,
  uses_git,
  git_remote_url,
  git_username,
  git_password,
  git_production_branch_name,
  use_git_cookie_auth,
  git_username_user_attribute,
  git_password_user_attribute,
  git_service_name,
  git_application_server_http_port,
  git_application_server_http_scheme,
  deploy_secret,
  unset_deploy_secret,
  pull_request_mode,
  validation_required,
  git_release_mgmt_enabled,
  allow_warnings,
  is_example,
  dependency_status
)

Method toJSON()

Usage
Project$toJSON()

Method fromJSONObject()

Usage
Project$fromJSONObject(ProjectJsonObject)

Method fromJSON()

Usage
Project$fromJSON(ProjectJson)

Method toJSONString()

Usage
Project$toJSONString()

Method fromJSONString()

Usage
Project$fromJSONString(ProjectJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Project$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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