ListTriggersRequest: {
    containerId?: string;
    namespaceId?: string;
    orderBy?: Container.v1beta1.ListTriggersRequestOrderBy;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
}

Type declaration

  • OptionalcontainerId?: string

    ID of the container the triggers belongs to.

    One-of ('scope'): at most one of 'containerId', 'namespaceId', 'projectId' could be set.

  • OptionalnamespaceId?: string

    ID of the namespace the triggers belongs to.

    One-of ('scope'): at most one of 'containerId', 'namespaceId', 'projectId' could be set.

  • OptionalorderBy?: Container.v1beta1.ListTriggersRequestOrderBy

    Order in which to return results.

  • Optionalpage?: number

    Page number to return.

  • OptionalpageSize?: number

    Maximum number of triggers to return per page.

  • OptionalprojectId?: string

    ID of the project the triggers belongs to.

    One-of ('scope'): at most one of 'containerId', 'namespaceId', 'projectId' could be set.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.