AccessGroupDto
Access group data transfer object
createdAtstring<date-time>required
Creation timestamp
Example:
2024-01-01T00:00:00Zdescriptionstring | nullnullable
Optional description
Example:
Users who can access manga contentgrantCountinteger<int64>required
Number of tag grants in the group
Possible values: >= 0
Example:
3idstring<uuid>required
Unique access group identifier
Example:
550e8400-e29b-41d4-a716-446655440000memberCountinteger<int64>required
Number of members in the group
Possible values: >= 0
Example:
5namestringrequired
Display name of the access group
Example:
Manga ReadersupdatedAtstring<date-time>required
Last update timestamp
Example:
2024-01-15T10:30:00ZAccessGroupDto
{
"createdAt": "2024-01-01T00:00:00Z",
"description": "Users who can access manga content",
"grantCount": 3,
"id": "550e8400-e29b-41d4-a716-446655440000",
"memberCount": 5,
"name": "Manga Readers",
"updatedAt": "2024-01-15T10:30:00Z"
}