TCreatePoliciesBody constructor
const
TCreatePoliciesBody({
- String? timestampMs,
- String? organizationId,
- required List<
v1CreatePolicyIntentV3> policies,
Implementation
const TCreatePoliciesBody({
this.timestampMs,
this.organizationId,
required this.policies,
});