policyId property

  1. @BuiltValueField(wireName: r'policy_id')
String? policyId

The data retention policy to which this team has been assigned. If no such policy exists, or the caller does not have the sysconsole_read_compliance_data_retention permission, this field will be null.

Implementation

@BuiltValueField(wireName: r'policy_id')
String? get policyId;