ThingGetManyResult
Class: warmhub.ThingGetManyResult
ThingGetManyResult(requested: float, items: tuple[ThingGetManyResultItemsItem, ...], missing: tuple[str, ...], extra: Mapping[str, JsonValue] = _no_extra())Generated from ThingGetManyResult.
Properties and attributes
Section titled “Properties and attributes”requested
Section titled “requested”requestedDocumentation is not yet available.
itemsDocumentation is not yet available.
missing
Section titled “missing”missingDocumentation is not yet available.
extra = field(default_factory=_no_extra)Keys the server sent that this contract does not name. Preserved so a backend that ships a field before the SDK regenerates loses nothing.