Add App Key Registration API #2645
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
| "data": "data", | ||
| } | ||
|
|
||
| def __init__(self_, data: Union[AppKeyRegistrationData, UnsetType] = unset, **kwargs): |
There was a problem hiding this comment.
🔴 Code Quality Violation
| def __init__(self_, data: Union[AppKeyRegistrationData, UnsetType] = unset, **kwargs): | |
| def __init__(self, data: Union[AppKeyRegistrationData, 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
| "total_filtered": "total_filtered", | ||
| } | ||
|
|
||
| def __init__(self_, total: Union[int, UnsetType] = unset, total_filtered: Union[int, UnsetType] = unset, **kwargs): |
There was a problem hiding this comment.
🔴 Code Quality Violation
| def __init__(self_, total: Union[int, UnsetType] = unset, total_filtered: Union[int, UnsetType] = unset, **kwargs): | |
| def __init__(self, total: Union[int, UnsetType] = unset, total_filtered: 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
| "data": "data", | ||
| } | ||
|
|
||
| def __init__(self_, data: Union[AppKeyRegistrationData, UnsetType] = unset, **kwargs): |
There was a problem hiding this comment.
🔴 Code Quality Violation
| def __init__(self_, data: Union[AppKeyRegistrationData, UnsetType] = unset, **kwargs): | |
| def __init__(self, data: Union[AppKeyRegistrationData, 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
| "id", | ||
| } | ||
|
|
||
| def __init__(self_, type: AppKeyRegistrationDataType, id: Union[UUID, UnsetType] = unset, **kwargs): |
There was a problem hiding this comment.
🔴 Code Quality Violation
| def __init__(self_, type: AppKeyRegistrationDataType, id: Union[UUID, UnsetType] = unset, **kwargs): | |
| def __init__(self, type: AppKeyRegistrationDataType, id: Union[UUID, 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
0adb949 to
ff2cf54
Compare
ff2cf54 to
b1d6ea0
Compare
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> 642c9b1
See DataDog/datadog-api-spec#3993
Test branch datadog-api-spec/test/gabriel.margolis/add_app_key_registration_public_api