OrganizationConformancePackStatus constructor
OrganizationConformancePackStatus({
- required String organizationConformancePackName,
- required OrganizationResourceStatus status,
- String? errorCode,
- String? errorMessage,
- DateTime? lastUpdateTime,
Implementation
OrganizationConformancePackStatus({
required this.organizationConformancePackName,
required this.status,
this.errorCode,
this.errorMessage,
this.lastUpdateTime,
});