qcs_api_client.client._configuration.environment#
Module Contents#
Classes#
A BaseModel which also attempts to read primitive field values from the environment on |
- class qcs_api_client.client._configuration.environment.EnvironmentModel(**kwargs: Any)#
Bases:
_EnvironmentBaseModelA BaseModel which also attempts to read primitive field values from the environment on initialization.
Load values in this order of precedence: 1. Runtime keyword arguments 2. Environment variables 3. Field default values