models.restore_oracle_app_object_params_key_value_pair module¶
-
class
models.restore_oracle_app_object_params_key_value_pair.RestoreOracleAppObjectParams_KeyValuePair(x_key=None, x_value=None)[source]¶ Bases:
objectImplementation of the ‘RestoreOracleAppObjectParams_KeyValuePair’ model.
This defines the restore Shell environment.
- Attributes:
x_key (string): Name of the key. x_value (string): Value of the key.
-
classmethod
from_dictionary(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.