ResponseCreateSnapshot
Description: ResponseCreateSnapshot
Attributes
Name | Type | Description |
---|---|---|
anyof_schema_1_validator | Optional[Snapshot] | |
anyof_schema_2_validator | Optional[DryRunSnapshot] | |
anyof_schema_3_validator | Optional[NoOpResponse] | |
actual_instance | Optional[Union[DryRunSnapshot, NoOpResponse, Snapshot]] | |
any_of_schemas | Set[str] |
Methods
Name | Description |
---|---|
actual_instance_must_validate_anyof | |
from_dict | |
from_json | Returns the object represented by the json string |
to_json | Returns the JSON representation of the actual instance |
to_dict | Returns the dict representation of the actual instance |
to_str | Returns the string representation of the actual instance |