Type Alias request_UpdateOrganizationRequest

request_UpdateOrganizationRequest: {
    description?: string;
    id: number;
    labels?: string[];
    name?: string;
    owners: string[];
}

Type declaration

  • Optionaldescription?: string

    Description is a human-readable description of the organization.

  • id: number

    ID is the id of the organization.

  • Optionallabels?: string[]

    Labels are custom labels associated with the organization.

  • Optionalname?: string

    Name is the name of the organization.

  • owners: string[]

    Owners is a list of owners for the organization.