-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for beta /v2/usage/billing_dimension_mapping #2152
Documentation for beta /v2/usage/billing_dimension_mapping #2152
Conversation
} | ||
|
||
def __init__( | ||
self_, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 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[BillingDimensionsMappingBodyItem], UnsetType] = unset, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, data: Union[List[BillingDimensionsMappingBodyItem], UnsetType] = unset, **kwargs): | |
def __init__(self, data: Union[List[BillingDimensionsMappingBodyItem], 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 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
135a652
to
0414d2d
Compare
0414d2d
to
d1d2104
Compare
c444654
to
6edaa7e
Compare
d12db2c
to
e921e10
Compare
d1eb087
to
eef9aa4
Compare
bed3840
to
b08fb3d
Compare
e2fbb93
to
cf675d1
Compare
* Regenerate client from commit a11da7b5 of spec repo * pre-commit fixes --------- Co-authored-by: ci.datadog-api-spec <[email protected]> 16e4483
See DataDog/datadog-api-spec#3092
Test branch datadog-api-spec/test/dibin.pookombil/RQ-5388-usage-billing-dimension-mapping-docs