traits property

  1. @BuiltValueField(wireName: r'traits')
JsonObject? traits

Traits represent an identity's traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in schema_url.

Implementation

@BuiltValueField(wireName: r'traits')
JsonObject? get traits;