Skip to content

Custom Framework API Spec#2510

Merged
api-clients-generation-pipeline[bot] merged 1 commit intomasterfrom
datadog-api-spec/generated/3739
Apr 29, 2025
Merged

Custom Framework API Spec#2510
api-clients-generation-pipeline[bot] merged 1 commit intomasterfrom
datadog-api-spec/generated/3739

Conversation

@api-clients-generation-pipeline
Copy link
Contributor

"name": "name",
}

def __init__(self_, controls: List[CustomFrameworkControl], name: str, **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_, controls: List[CustomFrameworkControl], name: str, **kwargs):
def __init__(self, controls: List[CustomFrameworkControl], name: 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_,

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: CustomFrameworkData, **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: CustomFrameworkData, **kwargs):
def __init__(self, data: CustomFrameworkData, **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

"type": "type",
}

def __init__(self_, attributes: CustomFrameworkDataAttributes, type: CustomFrameworkType, **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: CustomFrameworkDataAttributes, type: CustomFrameworkType, **kwargs):
def __init__(self, attributes: CustomFrameworkDataAttributes, type: CustomFrameworkType, **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: CustomFrameworkData, **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: CustomFrameworkData, **kwargs):
def __init__(self, data: CustomFrameworkData, **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": "type",
}

def __init__(self_, attributes: CustomFrameworkDataHandleAndVersion, type: CustomFrameworkType, **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: CustomFrameworkDataHandleAndVersion, type: CustomFrameworkType, **kwargs):
def __init__(self, attributes: CustomFrameworkDataHandleAndVersion, type: CustomFrameworkType, **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

"rules_id": "rules_id",
}

def __init__(self_, name: str, rules_id: List[str], **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_, name: str, rules_id: List[str], **kwargs):
def __init__(self, name: str, rules_id: List[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

"data": "data",
}

def __init__(self_, data: FullCustomFrameworkData, **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: FullCustomFrameworkData, **kwargs):
def __init__(self, data: FullCustomFrameworkData, **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": "type",
}

def __init__(self_, attributes: FullCustomFrameworkDataAttributes, type: CustomFrameworkType, **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: FullCustomFrameworkDataAttributes, type: CustomFrameworkType, **kwargs):
def __init__(self, attributes: FullCustomFrameworkDataAttributes, type: CustomFrameworkType, **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/3739 branch from 985581e to cb88124 Compare April 22, 2025 17:28
"type": "type",
}

def __init__(self_, attributes: FullCustomFrameworkDataAttributes, id: str, type: CustomFrameworkType, **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: FullCustomFrameworkDataAttributes, id: str, type: CustomFrameworkType, **kwargs):
def __init__(self, attributes: FullCustomFrameworkDataAttributes, id: str, type: CustomFrameworkType, **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/3739 branch 3 times, most recently from 57c4701 to cd83e71 Compare April 22, 2025 19:38
"version": "version",
}

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

}

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

"type": "type",
}

def __init__(self_, attributes: CustomFrameworkDataHandleAndVersion, id: str, type: CustomFrameworkType, **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: CustomFrameworkDataHandleAndVersion, id: str, type: CustomFrameworkType, **kwargs):
def __init__(self, attributes: CustomFrameworkDataHandleAndVersion, id: str, type: CustomFrameworkType, **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: CustomFrameworkMetadata, **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: CustomFrameworkMetadata, **kwargs):
def __init__(self, data: CustomFrameworkMetadata, **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/3739 branch 5 times, most recently from f174151 to 5654dff Compare April 23, 2025 17:28
"data": "data",
}

def __init__(self_, data: PartialCustomFrameworkData, **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: PartialCustomFrameworkData, **kwargs):
def __init__(self, data: PartialCustomFrameworkData, **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/3739 branch 2 times, most recently from dc8b3f6 to 71c4825 Compare April 27, 2025 22:16
"data": "data",
}

def __init__(self_, data: FrameworkHandleAndVersionResponseData, **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: FrameworkHandleAndVersionResponseData, **kwargs):
def __init__(self, data: FrameworkHandleAndVersionResponseData, **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": "type",
}

def __init__(self_, attributes: CustomFrameworkDataHandleAndVersion, id: str, type: CustomFrameworkType, **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: CustomFrameworkDataHandleAndVersion, id: str, type: CustomFrameworkType, **kwargs):
def __init__(self, attributes: CustomFrameworkDataHandleAndVersion, id: str, type: CustomFrameworkType, **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: FullCustomFrameworkData, **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: FullCustomFrameworkData, **kwargs):
def __init__(self, data: FullCustomFrameworkData, **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: FrameworkHandleAndVersionResponseData, **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: FrameworkHandleAndVersionResponseData, **kwargs):
def __init__(self, data: FrameworkHandleAndVersionResponseData, **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

"version": "version",
}

def __init__(self_, description: str, handle: str, icon_url: str, name: str, version: str, **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_, description: str, handle: str, icon_url: str, name: str, version: str, **kwargs):
def __init__(self, description: str, handle: str, icon_url: str, name: str, version: 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

@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3739 branch 4 times, most recently from 8d61cbc to 81f1487 Compare April 28, 2025 17:17
@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3739 branch from 81f1487 to 5343888 Compare April 29, 2025 16:13
@api-clients-generation-pipeline api-clients-generation-pipeline bot merged commit d2497e2 into master Apr 29, 2025
12 checks passed
@api-clients-generation-pipeline api-clients-generation-pipeline bot deleted the datadog-api-spec/generated/3739 branch April 29, 2025 17:10
github-actions bot pushed a commit that referenced this pull request Apr 29, 2025
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> d2497e2
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