Skip to content

add include parameter to On-Call team rules test#2582

Merged
api-clients-generation-pipeline[bot] merged 1 commit into
masterfrom
datadog-api-spec/generated/3908
May 27, 2025
Merged

add include parameter to On-Call team rules test#2582
api-clients-generation-pipeline[bot] merged 1 commit into
masterfrom
datadog-api-spec/generated/3908

Conversation

@api-clients-generation-pipeline
Copy link
Copy Markdown
Contributor

@api-clients-generation-pipeline api-clients-generation-pipeline Bot requested review from a team as code owners May 26, 2025 13:51
@api-clients-generation-pipeline api-clients-generation-pipeline Bot force-pushed the datadog-api-spec/generated/3908 branch 3 times, most recently from bb42a97 to 969f4a1 Compare May 26, 2025 15:40
}

def __init__(self_, data: RoutingRuleRelationshipsPolicyData, **kwargs):
def __init__(self_, data: Union[RoutingRuleRelationshipsPolicyData, UnsetType] = unset, **kwargs):
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Code Quality Violation

Suggested change
def __init__(self_, data: Union[RoutingRuleRelationshipsPolicyData, UnsetType] = unset, **kwargs):
def __init__(self, data: Union[RoutingRuleRelationshipsPolicyData, 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

View in Datadog  Leave us feedback  Documentation

@api-clients-generation-pipeline api-clients-generation-pipeline Bot force-pushed the datadog-api-spec/generated/3908 branch 7 times, most recently from 626f033 to 2c35e78 Compare May 27, 2025 12:31
}

def __init__(self_, channel: str, type: str, workspace: str, **kwargs):
def __init__(self_, channel: str, type: SendSlackMessageActionType, workspace: str, **kwargs):
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Code Quality Violation

Suggested change
def __init__(self_, channel: str, type: SendSlackMessageActionType, workspace: str, **kwargs):
def __init__(self, channel: str, type: SendSlackMessageActionType, workspace: str, **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

View in Datadog  Leave us feedback  Documentation

}

def __init__(self_, channel: str, team: str, tenant: str, type: str, **kwargs):
def __init__(self_, channel: str, team: str, tenant: str, type: SendTeamsMessageActionType, **kwargs):
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Code Quality Violation

Suggested change
def __init__(self_, channel: str, team: str, tenant: str, type: SendTeamsMessageActionType, **kwargs):
def __init__(self, channel: str, team: str, tenant: str, type: SendTeamsMessageActionType, **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

View in Datadog  Leave us feedback  Documentation

@api-clients-generation-pipeline api-clients-generation-pipeline Bot force-pushed the datadog-api-spec/generated/3908 branch from 2c35e78 to 87a4f73 Compare May 27, 2025 15:21
@api-clients-generation-pipeline api-clients-generation-pipeline Bot merged commit 293b577 into master May 27, 2025
16 checks passed
@api-clients-generation-pipeline api-clients-generation-pipeline Bot deleted the datadog-api-spec/generated/3908 branch May 27, 2025 16:31
github-actions Bot pushed a commit that referenced this pull request May 27, 2025
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> 293b577
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant