Skip to content

Add App Key Registration API #2645

Merged
api-clients-generation-pipeline[bot] merged 1 commit into
masterfrom
datadog-api-spec/generated/3993
Jun 26, 2025
Merged

Add App Key Registration API #2645
api-clients-generation-pipeline[bot] merged 1 commit into
masterfrom
datadog-api-spec/generated/3993

Conversation

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

}

def __init__(
self_,
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_,
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

View in Datadog  Leave us feedback  Documentation

"data": "data",
}

def __init__(self_, data: Union[AppKeyRegistrationData, 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[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

View in Datadog  Leave us feedback  Documentation

"total_filtered": "total_filtered",
}

def __init__(self_, total: Union[int, UnsetType] = unset, total_filtered: Union[int, 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_, 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

View in Datadog  Leave us feedback  Documentation

"data": "data",
}

def __init__(self_, data: Union[AppKeyRegistrationData, 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[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

View in Datadog  Leave us feedback  Documentation

"id",
}

def __init__(self_, type: AppKeyRegistrationDataType, id: Union[UUID, 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_, 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

View in Datadog  Leave us feedback  Documentation

@api-clients-generation-pipeline api-clients-generation-pipeline Bot force-pushed the datadog-api-spec/generated/3993 branch from 0adb949 to ff2cf54 Compare June 25, 2025 18:51
@api-clients-generation-pipeline api-clients-generation-pipeline Bot force-pushed the datadog-api-spec/generated/3993 branch from ff2cf54 to b1d6ea0 Compare June 26, 2025 16:05
@api-clients-generation-pipeline api-clients-generation-pipeline Bot merged commit 642c9b1 into master Jun 26, 2025
13 checks passed
@api-clients-generation-pipeline api-clients-generation-pipeline Bot deleted the datadog-api-spec/generated/3993 branch June 26, 2025 16:58
github-actions Bot pushed a commit that referenced this pull request Jun 26, 2025
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> 642c9b1
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