Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 707 Bytes

TopicResponse.md

File metadata and controls

19 lines (14 loc) · 707 Bytes

openapi.model.TopicResponse

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
created DateTime [optional] [default to null]
id int [optional] [default to null]
repoCount int [optional] [default to null]
topicName String [optional] [default to null]
updated DateTime [optional] [default to null]

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