thousandeyes-sdk-python/thousandeyes-sdk-connectors/docs/Header.md
Jack Browne 320f0ad6da chore: regenerate Python SDK from oas-ci pipeline
Regenerated using the new OpenAPI build toolchain (openapi-format).
No semantic API changes - differences are cosmetic (whitespace,
number formatting, property ordering) and intentional removals
(features hidden by prod overlays).

Made-with: Cursor
2026-03-31 20:50:35 +01:00

807 B

Header

Properties

Name Type Description Notes
name str
value str

Example

from thousandeyes_sdk.connectors.models.header import Header

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

# convert the object into a dict
header_dict = header_instance.to_dict()
# create an instance of Header from a dict
header_from_dict = Header.from_dict(header_dict)

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