TDeletePoliciesBody constructor

const TDeletePoliciesBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required List<String> policyIds,
})

Implementation

const TDeletePoliciesBody({
   this.timestampMs,
   this.organizationId,
  required  this.policyIds,
});