Type Alias request_CreateProjectRequest

request_CreateProjectRequest: {
    description?: string;
    domain: string;
    labels?: string[];
    name?: string;
    organizationID?: number;
    owners?: string[];
    path?: string;
    sourceID?: number;
}

Type declaration

  • Optionaldescription?: string

    Description is a human-readable description of the project.

  • domain: string

    Domain is the domain of the project, typically serving as the parent folder name for the project.

  • Optionallabels?: string[]

    Labels are custom labels associated with the project.

  • Optionalname?: string

    Name is the name of the project.

  • OptionalorganizationID?: number

    OrganizationID is the organization id associated with the project.

  • Optionalowners?: string[]

    Owners is a list of owners for the project.

  • Optionalpath?: string

    Path is the relative path of the project within the sources.

  • OptionalsourceID?: number

    SourceID is the configuration source id associated with the project.