thousandeyes-sdk-python/thousandeyes-sdk-streaming/docs/FiltersAttributesExcludedAttributes.md
2026-09-10 16:54:07 +00:00

1.2 KiB

FiltersAttributesExcludedAttributes

Attribute names to exclude. Values must match the stream's signal and dataModelVersion.

Properties

Name Type Description Notes

Example

from thousandeyes_sdk.streaming.models.filters_attributes_excluded_attributes import FiltersAttributesExcludedAttributes

# TODO update the JSON string below
json = "{}"
# create an instance of FiltersAttributesExcludedAttributes from a JSON string
filters_attributes_excluded_attributes_instance = FiltersAttributesExcludedAttributes.from_json(json)
# print the JSON string representation of the object
print(FiltersAttributesExcludedAttributes.to_json())

# convert the object into a dict
filters_attributes_excluded_attributes_dict = filters_attributes_excluded_attributes_instance.to_dict()
# create an instance of FiltersAttributesExcludedAttributes from a dict
filters_attributes_excluded_attributes_from_dict = FiltersAttributesExcludedAttributes.from_dict(filters_attributes_excluded_attributes_dict)

[Back to Model list] [Back to API list] [Back to README]