GetAgentDetails200Response¶
- pydantic model openapi_client.models.get_agent_details200_response.GetAgentDetails200Response¶
GetAgentDetails200Response
- Fields:
- field oneof_schema_1_validator: Optional[GetAgentDetailsResponse] = None¶
- field oneof_schema_2_validator: Optional[GetAgentPackageUploadResponse] = None¶
- field oneof_schema_3_validator: Optional[GetAgentPackageDownloadResponse] = None¶
- field oneof_schema_4_validator: Optional[GetAgentViewLogsResponse] = None¶
- field oneof_schema_5_validator: Optional[GetAgentGenerateLogsResponse] = None¶
- field oneof_schema_6_validator: Optional[GetAgentDownloadLogsResponse] = None¶
- field actual_instance: Optional[Union[GetAgentDetailsResponse, GetAgentDownloadLogsResponse, GetAgentGenerateLogsResponse, GetAgentPackageDownloadResponse, GetAgentPackageUploadResponse, GetAgentViewLogsResponse]] = None¶
- field one_of_schemas: Set[str] = {'GetAgentDetailsResponse', 'GetAgentDownloadLogsResponse', 'GetAgentGenerateLogsResponse', 'GetAgentPackageDownloadResponse', 'GetAgentPackageUploadResponse', 'GetAgentViewLogsResponse'}¶
- __init__(*args, **kwargs)¶
Create a new model by parsing and validating input data from keyword arguments.
Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.
self is explicitly positional-only to allow self as a field name.
- classmethod from_dict(obj)¶
- Return type:
Self
- classmethod from_json(json_str)¶
Returns the object represented by the json string
- Return type:
Self
- to_json()¶
Returns the JSON representation of the actual instance
- Return type:
str
- to_dict()¶
Returns the dict representation of the actual instance
- Return type:
Union[Dict[str,Any],GetAgentDetailsResponse,GetAgentDownloadLogsResponse,GetAgentGenerateLogsResponse,GetAgentPackageDownloadResponse,GetAgentPackageUploadResponse,GetAgentViewLogsResponse,None]
- to_str()¶
Returns the string representation of the actual instance
- Return type:
str