Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.71 KB

PexQueryDto.md

File metadata and controls

20 lines (15 loc) · 1.71 KB

affinidi_tdk_iota_client.model.PexQueryDto

Load the model package

import 'package:affinidi_tdk_iota_client/api.dart';

Properties

Name Type Description Notes
ari String The unique resource identifier of the qeuery.
queryId String The ID of the query.
name String The name of the presentation definition to quickly identify the query.
description String An optional description of what the query is used for.
configurationAri String The unique resource identifier of the related configuration where the query is defined.
vpDefinition String The presentation definition describing the data requirement that must be satisfied by the user. The value is in a JSON stringify format.

[Back to Model list] [Back to API list] [Back to README]