| Name |
Type |
Description |
Notes |
| total |
float |
|
[optional] |
| video |
float |
|
[optional] |
| audio |
float |
|
[optional] |
| subtitles |
float |
|
[optional] |
| others |
float |
|
[optional] |
| open |
float |
|
[optional] |
| closed |
float |
|
[optional] |
from seerr.models.get_issue_count2_xx_response import GetIssueCount2XXResponse
# TODO update the JSON string below
json = "{}"
# create an instance of GetIssueCount2XXResponse from a JSON string
get_issue_count2_xx_response_instance = GetIssueCount2XXResponse.from_json(json)
# print the JSON string representation of the object
print(GetIssueCount2XXResponse.to_json())
# convert the object into a dict
get_issue_count2_xx_response_dict = get_issue_count2_xx_response_instance.to_dict()
# create an instance of GetIssueCount2XXResponse from a dict
get_issue_count2_xx_response_from_dict = GetIssueCount2XXResponse.from_dict(get_issue_count2_xx_response_dict)
[Back to Model list] [Back to API list] [Back to README]