Class CloudFunction

Hierarchy (view full)

Constructors

Properties

bucketUuid: string = null

Unique identifier of the bucket where the cloud function code is stored

name: string = null

Name of the cloud function

description: string = null

Description of the cloud function

gatewayUrl: string = null

Gateway URL of the cloud function, for triggering job execution

jobs: CloudFunctionJob[] = []

List of jobs associated with the cloud function

API_PREFIX: string = null

API url prefix for this class.

uuid: string

Unique identifier of the model.

createTime: string = null

The object's creation date

updateTime: string = null

The date when the object was last updated

Methods

  • Sets environment variables for a specific cloud function

    Parameters

    • variables: {
          key: string;
          value: string;
      }[]

      Environment variables to set

    Returns Promise<void>