Description: A class representing a Foreign Data Host.
Attributes
Name | Type | Description |
---|
id | StrictStr | |
created | datetime.datetime | |
created_by_id | StrictStr | |
name | StrictStr | |
integration_type | IntegrationType | |
tenant_id | Optional[StrictStr] | |
auth_integration_ids | Optional[List[AuthIntegration]] | |
Methods
Name | Description |
---|
to_str | Returns the string representation of the model using alias |
to_json | Returns the JSON representation of the model using alias |
from_json | Create an instance of DataIntegration from a JSON string |
to_dict | Return the dictionary representation of the model using alias. |
from_dict | Create an instance of DataIntegration from a dict |