Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 606 Bytes

RepositoryInfo.md

File metadata and controls

17 lines (12 loc) · 606 Bytes

openapi.model.RepositoryInfo

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
name String Gets or sets the name. [optional]
url String Gets or sets the URL. [optional]
enabled bool Gets or sets a value indicating whether the repository is enabled. [optional]

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