Fields

Fields
ParameterDescription
name
String
requiredName of the dataroom.
description
String
requiredA description of the dataroom that will be visible to customers.

Constructors

global CreateDataroomInput(String name, String description)

Example

Types.CreateDataroomInput input =
  new Types.CreateDataroomInput('Acme Deal Room', 'Documents shared with Acme');