TDeleteSubOrganizationBody constructor

const TDeleteSubOrganizationBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. bool? deleteWithoutExport,
})

Implementation

const TDeleteSubOrganizationBody({
   this.timestampMs,
   this.organizationId,
   this.deleteWithoutExport,
});