CreatePurgeRequestRequest: {
    all?: boolean;
    assets?: string[];
    pipelineId: string;
}

Type declaration

  • Optionalall?: boolean

    Defines whether to purge all content.

    One-of ('target'): at most one of 'assets', 'all' could be set.

  • Optionalassets?: string[]

    List of asserts to purge.

    One-of ('target'): at most one of 'assets', 'all' could be set.

  • pipelineId: string

    Pipeline ID in which the purge request will be created.