Skip to content
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

Publish app builder API documentation #2347

Merged

Conversation

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

}

attribute_map = {
"app_version_id": "app_version_id",
}

def __init__(self_, app_version_id: Union[str, UnsetType] = unset, **kwargs):
def __init__(self_, app_version_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_, app_version_id: Union[UUID, UnsetType] = unset, **kwargs):
def __init__(self, app_version_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

@@ -30,14 +31,14 @@ def openapi_types(_):
"type": "type",
}

def __init__(self_, id: str, type: DeleteAppsResponseDataItemsType, **kwargs):
def __init__(self_, id: UUID, type: DeleteAppsResponseDataItemsType, **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_, id: UUID, type: DeleteAppsResponseDataItemsType, **kwargs):
def __init__(self, id: UUID, type: DeleteAppsResponseDataItemsType, **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

@@ -34,17 +35,17 @@ def openapi_types(_):
"type": "type",
}

def __init__(self_, attributes: GetAppResponseDataAttributes, id: str, type: GetAppResponseDataType, **kwargs):
def __init__(self_, attributes: GetAppResponseDataAttributes, id: UUID, type: GetAppResponseDataType, **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_, attributes: GetAppResponseDataAttributes, id: UUID, type: GetAppResponseDataType, **kwargs):
def __init__(self, attributes: GetAppResponseDataAttributes, id: UUID, type: GetAppResponseDataType, **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

@@ -30,14 +31,14 @@ def openapi_types(_):
"type": "type",
}

def __init__(self_, id: str, type: DeleteAppResponseDataType, **kwargs):
def __init__(self_, id: UUID, type: DeleteAppResponseDataType, **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_, id: UUID, type: DeleteAppResponseDataType, **kwargs):
def __init__(self, id: UUID, type: DeleteAppResponseDataType, **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

@@ -30,14 +31,14 @@ def openapi_types(_):
"type": "type",
}

def __init__(self_, id: str, type: DeleteAppsRequestDataItemsType, **kwargs):
def __init__(self_, id: UUID, type: DeleteAppsRequestDataItemsType, **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_, id: UUID, type: DeleteAppsRequestDataItemsType, **kwargs):
def __init__(self, id: UUID, type: DeleteAppsRequestDataItemsType, **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

@@ -30,14 +31,14 @@ def openapi_types(_):
"type": "type",
}

def __init__(self_, id: str, type: CreateAppResponseDataType, **kwargs):
def __init__(self_, id: UUID, type: CreateAppResponseDataType, **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_, id: UUID, type: CreateAppResponseDataType, **kwargs):
def __init__(self, id: UUID, type: CreateAppResponseDataType, **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

}

attribute_map = {
"app_version_id": "app_version_id",
}

def __init__(self_, app_version_id: Union[str, UnsetType] = unset, **kwargs):
def __init__(self_, app_version_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_, app_version_id: Union[UUID, UnsetType] = unset, **kwargs):
def __init__(self, app_version_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

}

attribute_map = {
"app_version_id": "app_version_id",
}

def __init__(self_, app_version_id: Union[str, UnsetType] = unset, **kwargs):
def __init__(self_, app_version_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_, app_version_id: Union[UUID, UnsetType] = unset, **kwargs):
def __init__(self, app_version_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

@@ -35,18 +36,18 @@ def openapi_types(_):
}

def __init__(
self_, attributes: UpdateAppResponseDataAttributes, id: str, type: UpdateAppResponseDataType, **kwargs
self_, attributes: UpdateAppResponseDataAttributes, id: UUID, type: UpdateAppResponseDataType, **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
self_, attributes: UpdateAppResponseDataAttributes, id: UUID, type: UpdateAppResponseDataType, **kwargs
self, attributes: UpdateAppResponseDataAttributes, id: UUID, type: UpdateAppResponseDataType, **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/3465 branch 6 times, most recently from fb345ea to fcee14b Compare January 9, 2025 07:43
@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3465 branch from fcee14b to a5cd5ff Compare January 9, 2025 18:44
id: Union[str, UnsetType] = unset,
type: Union[DeploymentRelationshipDataType, UnsetType] = unset,
**kwargs,
self_, id: Union[UUID, UnsetType] = unset, type: Union[AppDeploymentType, 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
self_, id: Union[UUID, UnsetType] = unset, type: Union[AppDeploymentType, UnsetType] = unset, **kwargs
self, id: Union[UUID, UnsetType] = unset, type: Union[AppDeploymentType, 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

def __init__(
self_, attributes: UpdateAppResponseDataAttributes, id: str, type: UpdateAppResponseDataType, **kwargs
):
def __init__(self_, attributes: UpdateAppResponseDataAttributes, id: UUID, type: AppDefinitionType, **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_, attributes: UpdateAppResponseDataAttributes, id: UUID, type: AppDefinitionType, **kwargs):
def __init__(self, attributes: UpdateAppResponseDataAttributes, id: UUID, type: AppDefinitionType, **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

type: CreateAppRequestDataType,
attributes: Union[CreateAppRequestDataAttributes, UnsetType] = unset,
**kwargs,
self_, type: AppDefinitionType, attributes: Union[CreateAppRequestDataAttributes, 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
self_, type: AppDefinitionType, attributes: Union[CreateAppRequestDataAttributes, UnsetType] = unset, **kwargs
self, type: AppDefinitionType, attributes: Union[CreateAppRequestDataAttributes, 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

}

attribute_map = {
"data": "data",
}

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

}

attribute_map = {
"data": "data",
}

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

}

attribute_map = {
"app_version_id": "app_version_id",
}

def __init__(self_, app_version_id: Union[str, UnsetType] = unset, **kwargs):
def __init__(self_, app_version_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_, app_version_id: Union[UUID, UnsetType] = unset, **kwargs):
def __init__(self, app_version_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/3465 branch from a5cd5ff to e79687a Compare January 9, 2025 20:46
}

attribute_map = {
"data": "data",
}

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

}

attribute_map = {
"data": "data",
}

def __init__(self_, data: Union[ScriptData, UnsetType] = unset, **kwargs):
def __init__(self_, data: Union[Deployment, 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[Deployment, UnsetType] = unset, **kwargs):
def __init__(self, data: Union[Deployment, 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/3465 branch 2 times, most recently from 5433f75 to 9a1cade Compare January 12, 2025 19:52
@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3465 branch 2 times, most recently from 87bd6e2 to 886f341 Compare January 21, 2025 20:49
@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3465 branch from 886f341 to b4a5f4b Compare January 23, 2025 18:21
@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3465 branch from b4a5f4b to 0e88ba6 Compare January 24, 2025 20:41
@api-clients-generation-pipeline api-clients-generation-pipeline bot merged commit d88953b into master Jan 24, 2025
13 checks passed
@api-clients-generation-pipeline api-clients-generation-pipeline bot deleted the datadog-api-spec/generated/3465 branch January 24, 2025 22:28
github-actions bot pushed a commit that referenced this pull request Jan 24, 2025
* remove apps.feature

* Regenerate client from commit c6ec55eb of spec repo

---------

Co-authored-by: Oliver Li <oliver.li@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> d88953b
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.

2 participants