TDeletePrivateKeysBody constructor

const TDeletePrivateKeysBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required List<String> privateKeyIds,
  4. bool? deleteWithoutExport,
})

Implementation

const TDeletePrivateKeysBody({
  this.timestampMs,
  this.organizationId,
  required this.privateKeyIds,
  this.deleteWithoutExport,
});