Type Alias request_CreateOrganizationRequest

request_CreateOrganizationRequest: {
    description?: string;
    labels?: string[];
    name?: string;
    owners: string[];
}

Type declaration

  • Optionaldescription?: string

    Description is a human-readable description 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.