Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 907 Bytes

CreateOrgOption.md

File metadata and controls

21 lines (16 loc) · 907 Bytes

openapi.model.CreateOrgOption

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
description String [optional] [default to null]
fullName String [optional] [default to null]
location String [optional] [default to null]
repoAdminChangeTeamAccess bool [optional] [default to null]
username String [default to null]
visibility String possible values are `public` (default), `limited` or `private` [optional] [default to null]
website String [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]