The attributes of a blueprint metadata resource.

Hierarchy

  • BlueprintMetadataAttributes

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
createdAt: Date

The timestamp when the blueprint was created.

description: string

A description of what the blueprint does.

name: string

The human-readable name of the blueprint.

slug: string

The unique slug identifier of the blueprint.

tags?: string[]

Tags associated with the blueprint.

tileBackground?: string

The background style of the blueprint tile.

tileIconActionFqn?: string

The fully qualified name of the action used as the tile icon.

updatedAt: Date

The timestamp when the blueprint was last updated.

Generated using TypeDoc