def from_dict(cls, dikt) -> 'EntitySchemaArray': """Returns the dict as a model :param dikt: A dict. :type: dict :return: The entity_schema_array of this EntitySchemaArray. # noqa: E501 :rtype: EntitySchemaArray """ return util.deserialize_model(dikt, cls)
def from_dict(cls, dikt) -> 'EntitySchemaWithUuid': """Returns the dict as a model :param dikt: A dict. :type: dict :return: The entity_schema_with_uuid of this EntitySchemaWithUuid. # noqa: E501 :rtype: EntitySchemaWithUuid """ return util.deserialize_model(dikt, cls)
def from_dict(cls, dikt) -> 'Uri': """Returns the dict as a model :param dikt: A dict. :type: dict :return: The uri of this Uri. # noqa: E501 :rtype: Uri """ return util.deserialize_model(dikt, cls)
def from_dict(cls, dikt) -> 'UuidBracketed': """Returns the dict as a model :param dikt: A dict. :type: dict :return: The uuid_bracketed of this UuidBracketed. # noqa: E501 :rtype: UuidBracketed """ return util.deserialize_model(dikt, cls)
def from_dict(cls: typing.Type[T], dikt) -> T: """Returns the dict as a model""" return util.deserialize_model(dikt, cls)