Class CIAppCreatePipelineEventRequestAttributes

Attributes of the pipeline event to create.

Hierarchy

  • CIAppCreatePipelineEventRequestAttributes

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
env?: string

The Datadog environment.

Details of the CI pipeline event.

service?: string

If the CI provider is SaaS, use this to differentiate between instances.

Generated using TypeDoc