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