Type Alias request_UpdateStackRequest

request_UpdateStackRequest: {
    description?: string;
    desiredVersion?: string;
    id: number;
    labels?: string[];
    name: string;
    owners?: string[];
    path?: string;
    projectID?: number;
    projectName?: string;
    type?: string;
}

Type declaration

  • Optionaldescription?: string

    Description is a human-readable description of the stack.

  • OptionaldesiredVersion?: string

    DesiredVersion is the desired revision of stack.

  • id: number

    ID is the id of the stack.

  • Optionallabels?: string[]

    Labels are custom labels associated with the stack.

  • name: string

    Name is the name of the stack.

  • Optionalowners?: string[]

    Owners is a list of owners for the stack.

  • Optionalpath?: string

    Path is the relative path of the stack within the source.

  • OptionalprojectID?: number

    ProjectID is the project id of the stack within the source.

  • OptionalprojectName?: string

    ProjectName is the project name of the stack within the source.

  • Optionaltype?: string

    Type is the type of the stack.