Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 729 Bytes

NamedDescribedResourceReference.md

File metadata and controls

14 lines (10 loc) · 729 Bytes

NamedDescribedResourceReference

Represents reference to the resource, including its name and description.

Properties

Name Type Description Notes
id str The id of the referenced resource.
resource_type str The type of the resource, i.e. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance].
name str The name of the referenced resource. [optional]
description str The description of the referenced resource. [optional]

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