models_v2.no_sql_object_property module¶
-
class
models_v2.no_sql_object_property.
NoSqlObjectProperty
(key=None, value=None)[source]¶ Bases:
object
Implementation of the ‘NoSqlObjectProperty’ model.
Specifies an Object property as a set of key-value pair for NoSQL objects.
- Attributes:
key (string): Specifies the key of the property. value (string): specifies the value of the property.
-
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.