Enum GitHub::OrganizationMembersCanCreateRepositoriesSettingValue
The possible values for the members can create repositories setting on an organization.
Enum Values
ALL
Members will be able to create public and private repositories.
PRIVATE
Members will be able to create only private repositories.
DISABLED
Members will not be able to create public or private repositories.