TCreatePoliciesBody constructor

const TCreatePoliciesBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required List<v1CreatePolicyIntentV3> policies,
})

Implementation

const TCreatePoliciesBody({
   this.timestampMs,
   this.organizationId,
  required  this.policies,
});