TRemoveOrganizationFeatureBody constructor
const
TRemoveOrganizationFeatureBody({
- String? timestampMs,
- String? organizationId,
- required v1FeatureName name,
Implementation
const TRemoveOrganizationFeatureBody({
this.timestampMs,
this.organizationId,
required this.name,
});