Add budgeting endpoints#2532
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
| "data": "data", | ||
| } | ||
|
|
||
| def __init__(self_, data: Union[BudgetWithEntriesData, UnsetType] = unset, **kwargs): |
There was a problem hiding this comment.
🔴 Code Quality Violation
| def __init__(self_, data: Union[BudgetWithEntriesData, UnsetType] = unset, **kwargs): | |
| def __init__(self, data: Union[BudgetWithEntriesData, 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
| "data": "data", | ||
| } | ||
|
|
||
| def __init__(self_, data: Union[List[Budget], UnsetType] = unset, **kwargs): |
There was a problem hiding this comment.
🔴 Code Quality Violation
| def __init__(self_, data: Union[List[Budget], UnsetType] = unset, **kwargs): | |
| def __init__(self, data: Union[List[Budget], 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
| "tag_value": "tag_value", | ||
| } | ||
|
|
||
| def __init__(self_, tag_key: Union[str, UnsetType] = unset, tag_value: Union[str, UnsetType] = unset, **kwargs): |
There was a problem hiding this comment.
🔴 Code Quality Violation
| def __init__(self_, tag_key: Union[str, UnsetType] = unset, tag_value: Union[str, UnsetType] = unset, **kwargs): | |
| def __init__(self, tag_key: Union[str, UnsetType] = unset, tag_value: Union[str, 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
8231c4a to
ffbf1ca
Compare
| } | ||
|
|
||
| def __init__( | ||
| self_, attributes: Union[BudgetAttributes, UnsetType] = unset, id: Union[str, UnsetType] = unset, **kwargs |
There was a problem hiding this comment.
🔴 Code Quality Violation
| self_, attributes: Union[BudgetAttributes, UnsetType] = unset, id: Union[str, UnsetType] = unset, **kwargs | |
| self, attributes: Union[BudgetAttributes, UnsetType] = unset, id: Union[str, 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
158f75c to
e872f94
Compare
516f84a to
92a1d50
Compare
92a1d50 to
7fb56e0
Compare
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> 74964e9
See DataDog/datadog-api-spec#3740
Test branch datadog-api-spec/test/klara/budget-api-spec