targetId property

  1. @JsonKey(name: r'targetId', required: false, includeIfNull: false)
String? targetId
final

Typically GroupID or GroupRoleID, but could be other types of IDs.

Implementation

@JsonKey(name: r'targetId', required: false, includeIfNull: false)
final String? targetId;