Publish automation pipelines API endpoints#2375
Publish automation pipelines API endpoints#2375api-clients-generation-pipeline[bot] wants to merge 1 commit into
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
| "type": "type", | ||
| } | ||
|
|
||
| def __init__(self_, attributes: PatchMuteRuleParametersDataAttributes, id: UUID, type: MuteRulesType, **kwargs): |
There was a problem hiding this comment.
🔴 Code Quality Violation
| def __init__(self_, attributes: PatchMuteRuleParametersDataAttributes, id: UUID, type: MuteRulesType, **kwargs): | |
| def __init__(self, attributes: PatchMuteRuleParametersDataAttributes, id: UUID, type: MuteRulesType, **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
| "reason_description": "reason_description", | ||
| } | ||
|
|
||
| def __init__(self_, reason_description: Union[str, UnsetType] = unset, **kwargs): |
There was a problem hiding this comment.
🔴 Code Quality Violation
| def __init__(self_, reason_description: Union[str, UnsetType] = unset, **kwargs): | |
| def __init__(self, reason_description: 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
| "type": "type", | ||
| } | ||
|
|
||
| def __init__(self_, attributes: PatchInboxRulesParametersDataAttributes, id: UUID, type: InboxRulesType, **kwargs): |
There was a problem hiding this comment.
🔴 Code Quality Violation
| def __init__(self_, attributes: PatchInboxRulesParametersDataAttributes, id: UUID, type: InboxRulesType, **kwargs): | |
| def __init__(self, attributes: PatchInboxRulesParametersDataAttributes, id: UUID, type: InboxRulesType, **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
| "type": "type", | ||
| } | ||
|
|
||
| def __init__(self_, attributes: CreateInboxRuleParametersDataAttributes, id: UUID, type: InboxRulesType, **kwargs): |
There was a problem hiding this comment.
🔴 Code Quality Violation
| def __init__(self_, attributes: CreateInboxRuleParametersDataAttributes, id: UUID, type: InboxRulesType, **kwargs): | |
| def __init__(self, attributes: CreateInboxRuleParametersDataAttributes, id: UUID, type: InboxRulesType, **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[PatchMuteRuleParametersData, UnsetType] = unset, **kwargs): |
There was a problem hiding this comment.
🔴 Code Quality Violation
| def __init__(self_, data: Union[PatchMuteRuleParametersData, UnsetType] = unset, **kwargs): | |
| def __init__(self, data: Union[PatchMuteRuleParametersData, 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[PatchInboxRulesParametersData, UnsetType] = unset, **kwargs): |
There was a problem hiding this comment.
🔴 Code Quality Violation
| def __init__(self_, data: Union[PatchInboxRulesParametersData, UnsetType] = unset, **kwargs): | |
| def __init__(self, data: Union[PatchInboxRulesParametersData, 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
510ea62 to
a3079b5
Compare
| } | ||
|
|
||
| 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_, action: ActionMute, name: str, rule: AutomationRule, enabled: Union[bool, UnsetType] = unset, **kwargs |
There was a problem hiding this comment.
🔴 Code Quality Violation
| self_, action: ActionMute, name: str, rule: AutomationRule, enabled: Union[bool, UnsetType] = unset, **kwargs | |
| self, action: ActionMute, name: str, rule: AutomationRule, enabled: Union[bool, 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_, action: ActionInbox, name: str, rule: AutomationRule, enabled: Union[bool, UnsetType] = unset, **kwargs |
There was a problem hiding this comment.
🔴 Code Quality Violation
| self_, action: ActionInbox, name: str, rule: AutomationRule, enabled: Union[bool, UnsetType] = unset, **kwargs | |
| self, action: ActionInbox, name: str, rule: AutomationRule, enabled: Union[bool, 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
| "name": "name", | ||
| } | ||
|
|
||
| def __init__(self_, handle: Union[str, UnsetType] = unset, name: Union[str, UnsetType] = unset, **kwargs): |
There was a problem hiding this comment.
🔴 Code Quality Violation
| def __init__(self_, handle: Union[str, UnsetType] = unset, name: Union[str, UnsetType] = unset, **kwargs): | |
| def __init__(self, handle: Union[str, UnsetType] = unset, name: 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
a3079b5 to
ed898f8
Compare
|
This PR has been automatically marked as stale because it has not had activity in the last 30 days. |
See DataDog/datadog-api-spec#3501
Test branch datadog-api-spec/test/frederic.moster/automation_pipeline_spec