OrganizationConformancePackDetailedStatus constructor
OrganizationConformancePackDetailedStatus({})
Implementation
OrganizationConformancePackDetailedStatus({
required this.accountId,
required this.conformancePackName,
required this.status,
this.errorCode,
this.errorMessage,
this.lastUpdateTime,
});