Readable attributes of an Org Config.

Hierarchy

  • OrgConfigReadAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
description: string

The description of an Org Config.

modifiedAt?: Date

The timestamp of the last Org Config update (if any).

name: string

The machine-friendly name of an Org Config.

value: any

The value of an Org Config.

valueType: string

The type of an Org Config value.

Generated using TypeDoc