Skip to content

Add App Key Registration API #2612

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

api-clients-generation-pipeline[bot]
Copy link
Contributor

"id",
}

def __init__(self_, type: AppKeyRegistrationDataType, id: Union[str, UnsetType] = unset, **kwargs):

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[str, UnsetType] = unset, **kwargs):
def __init__(self, type: AppKeyRegistrationDataType, id: 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

"total_filtered": "total_filtered",
}

def __init__(self_, total: Union[int, UnsetType] = unset, total_filtered: Union[int, UnsetType] = unset, **kwargs):

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):

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

}

def __init__(
self_,

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):

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

@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3941 branch 3 times, most recently from dd3e7a0 to d746bf2 Compare June 13, 2025 17:59
"id",
}

def __init__(self_, type: AppKeyRegistrationDataType, id: Union[UUID, UnsetType] = unset, **kwargs):

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/3941 branch from d746bf2 to 97994f4 Compare June 13, 2025 18:08
@api-clients-generation-pipeline api-clients-generation-pipeline bot changed the title Add App Key Registration API - Beta Add App Key Registration API Jun 13, 2025
@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3941 branch 2 times, most recently from 7a10c72 to 1c0bc66 Compare June 17, 2025 18:24
@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3941 branch from 1c0bc66 to 6c0128b Compare June 18, 2025 20:18
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