ProvisioningArtifactDetail constructor
ProvisioningArtifactDetail({
- bool? active,
- DateTime? createdTime,
- String? description,
- ProvisioningArtifactGuidance? guidance,
- String? id,
- String? name,
- ProvisioningArtifactType? type,
Implementation
ProvisioningArtifactDetail({
this.active,
this.createdTime,
this.description,
this.guidance,
this.id,
this.name,
this.type,
});