Repository URL to install this package:
Version:
0.17.0 ▾
|
from datadog.api.resources import CreateableAPIResource, UpdatableAPIResource, \
DeletableAPIResource
class Comment(CreateableAPIResource, UpdatableAPIResource, DeletableAPIResource):
"""
A wrapper around Comment HTTP API.
"""
_class_name = 'comment'
_class_url = '/comments'
_json_name = 'comment'