host_to_dict
No overview available.
def host_to_dict(
host: object
) - > dict
Converts a host object into a dictionary representation for serialization or data processing.
Parameters
| Name | Type | Description |
|---|---|---|
| host | object | The host instance to be converted into a dictionary format. |
Returns
| Type | Description |
|---|---|
dict | A dictionary containing the host's attributes and metadata. |