Datasets

Datasets

Datasets Objects

class Datasets()

This is a base object that contains all you can do about Datasets.

constructor
function constructor()

Constructor

Arguments:

  • Reference InternalOpenGateAPI - to the API object.

onlyPlan
function onlyPlan() -> '*'

Returns:

  • *

withColumns
function withColumns(columns: array) -> 'Datasets'

Set the columns attribute

Arguments:

  • columns array - required field

Returns:

  • Datasets

withDescription
function withDescription(description: string) -> 'Datasets'

Set the description attribute

Arguments:

  • description string

Returns:

  • Datasets

withIdentifier
function withIdentifier(identifier: string) -> 'Datasets'

Set the identifier attribute

Arguments:

  • identifier string - required field

Returns:

  • Datasets

withIdentifierColumn
function withIdentifierColumn(identifierColumn: string) -> 'Datasets'

Set the identifierColumn attribute

Arguments:

  • identifierColumn string - required field

Returns:

  • Datasets

withName
function withName(name: string) -> 'Datasets'

Set the name attribute

Arguments:

  • name string - required field

Returns:

  • Datasets

withOrganization
function withOrganization(organization: string) -> 'Datasets'

Set the organization attribute

Arguments:

  • organization string - required field

Returns:

  • Datasets