Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 869 Bytes

AttributeValue.md

File metadata and controls

12 lines (8 loc) · 869 Bytes

AttributeValue

The attributes that the new complex relation should contain.
Example:
attributes : {
 "00000000-0000-0000-0000-000000003114": [
  {
   "value": "string1"
  }
 ]
 "00000000-0000-0000-0000-000000003115": [
  {
   "values": [
    "string2",
    "string3"
   ]
  }
 ]
}

Properties

Name Type Description Notes
value str [optional]
values list[str] [optional]

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