models.usage_schema_info module

class models.usage_schema_info.UsageSchemaInfo(schema_info_list=None)[source]

Bases: object

Implementation of the ‘UsageSchemaInfo’ model.

UsageSchemaInfo describes the schema info of the usage.

Attributes:
schema_info_list (list of SchemaInfo): Specifies the list of the

schema info for an entity.

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.