Add a new endpoint for listing Software Catalog relations #2535
Conversation
| } | ||
|
|
||
| def __init__( | ||
| self_, |
There was a problem hiding this comment.
🔴 Code Quality Violation
| self_, | |
| self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self by convention.
Learn More
| } | ||
|
|
||
| def __init__( | ||
| self_, |
There was a problem hiding this comment.
🔴 Code Quality Violation
| self_, | |
| self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self by convention.
Learn More
| } | ||
|
|
||
| def __init__( | ||
| self_, |
There was a problem hiding this comment.
🔴 Code Quality Violation
| self_, | |
| self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self by convention.
Learn More
| } | ||
|
|
||
| def __init__( | ||
| self_, |
There was a problem hiding this comment.
🔴 Code Quality Violation
| self_, | |
| self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self by convention.
Learn More
| } | ||
|
|
||
| def __init__( | ||
| self_, |
There was a problem hiding this comment.
🔴 Code Quality Violation
| self_, | |
| self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self by convention.
Learn More
| } | ||
|
|
||
| def __init__( | ||
| self_, data: Union[RelationshipItem, UnsetType] = unset, meta: Union[EntityMeta, UnsetType] = unset, **kwargs |
There was a problem hiding this comment.
🔴 Code Quality Violation
| self_, data: Union[RelationshipItem, UnsetType] = unset, meta: Union[EntityMeta, UnsetType] = unset, **kwargs | |
| self, data: Union[RelationshipItem, UnsetType] = unset, meta: Union[EntityMeta, UnsetType] = unset, **kwargs |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self by convention.
Learn More
| } | ||
|
|
||
| def __init__( | ||
| self_, |
There was a problem hiding this comment.
🔴 Code Quality Violation
| self_, | |
| self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self by convention.
Learn More
| } | ||
|
|
||
| def __init__( | ||
| self_, |
There was a problem hiding this comment.
🔴 Code Quality Violation
| self_, | |
| self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self by convention.
Learn More
| "include_count": "includeCount", | ||
| } | ||
|
|
||
| def __init__(self_, count: Union[int, UnsetType] = unset, include_count: Union[int, UnsetType] = unset, **kwargs): |
There was a problem hiding this comment.
🔴 Code Quality Violation
| def __init__(self_, count: Union[int, UnsetType] = unset, include_count: Union[int, UnsetType] = unset, **kwargs): | |
| def __init__(self, count: Union[int, UnsetType] = unset, include_count: Union[int, UnsetType] = unset, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self by convention.
Learn More
6882ac0 to
0675c9b
Compare
e149d43 to
3a5f3ce
Compare
3a5f3ce to
5375983
Compare
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> 70b59e5
See DataDog/datadog-api-spec#3816
Test branch datadog-api-spec/test/samuel.kedida/add-relation-spec