data.interfaces.v1: document types
This commit is contained in:
parent
178373293d
commit
72751592a3
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ class Repository(namedtuple('Repository', ['id', 'name', 'namespace_name', 'desc
|
||||||
'is_public', 'kind'])):
|
'is_public', 'kind'])):
|
||||||
"""
|
"""
|
||||||
Repository represents a namespaced collection of tags.
|
Repository represents a namespaced collection of tags.
|
||||||
|
:type id: int
|
||||||
|
:type name: string
|
||||||
|
:type namespace_name: string
|
||||||
|
:type description: string
|
||||||
|
:type is_public: bool
|
||||||
|
:type kind: string
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue