Skip to content

Add user behavior case actions in API spec#2497

Merged
api-clients-generation-pipeline[bot] merged 1 commit into
masterfrom
datadog-api-spec/generated/3734
Apr 10, 2025
Merged

Add user behavior case actions in API spec#2497
api-clients-generation-pipeline[bot] merged 1 commit into
masterfrom
datadog-api-spec/generated/3734

Conversation

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


def __init__(self_, duration: Union[int, UnsetType] = unset, **kwargs):
def __init__(
self_, duration: Union[int, UnsetType] = unset, user_behavior_name: Union[str, 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
self_, duration: Union[int, UnsetType] = unset, user_behavior_name: Union[str, UnsetType] = unset, **kwargs
self, duration: Union[int, UnsetType] = unset, user_behavior_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

View in Datadog  Leave us feedback  Documentation

@api-clients-generation-pipeline api-clients-generation-pipeline Bot force-pushed the datadog-api-spec/generated/3734 branch from 823e521 to 6b5e5f9 Compare April 9, 2025 12:41
@api-clients-generation-pipeline api-clients-generation-pipeline Bot force-pushed the datadog-api-spec/generated/3734 branch 2 times, most recently from 76f4036 to 5c38b1a Compare April 10, 2025 08:31
@api-clients-generation-pipeline api-clients-generation-pipeline Bot force-pushed the datadog-api-spec/generated/3734 branch from 5c38b1a to 79637c3 Compare April 10, 2025 18:02
@api-clients-generation-pipeline api-clients-generation-pipeline Bot merged commit c562fc9 into master Apr 10, 2025
12 checks passed
@api-clients-generation-pipeline api-clients-generation-pipeline Bot deleted the datadog-api-spec/generated/3734 branch April 10, 2025 18:47
github-actions Bot pushed a commit that referenced this pull request Apr 10, 2025
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> c562fc9
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