isogeo_pysdk.models.conformity module
Isogeo API v1 - Model of Conformity entity
See: http://help.isogeo.com/api/complete/index.html#definition-resourceConformity
- class isogeo_pysdk.models.conformity.Conformity(conformant=None, specification=None, parent_resource=None)
Bases :
objectConformity is an entity defining if a data respects a specification. It’s a quality indicator. It’s mainly composed by a specification and a boolean.
- Paramètres:
- Example:
{ "conformant": "bool", "specification": "string", }
- ATTR_CREA = {'conformant': 'bool', 'specification': <class 'isogeo_pysdk.models.specification.Specification'>}
- ATTR_MAP = {}
- ATTR_TYPES = {'conformant': <class 'bool'>, 'parent_resource': <class 'str'>, 'specification': <class 'isogeo_pysdk.models.specification.Specification'>}
- property parent_resource
Gets the parent_resource of this Conformity.
- Renvoie:
The parent_resource of this Conformity.
- Type renvoyé:
UUID
- property specification: Specification
Gets the specification of this Conformity.
- Renvoie:
The specification of this Conformity.
- Type renvoyé:
- to_dict_creation()
Returns the model properties as a dict structured for creation purpose (POST)
- Type renvoyé: