ProvisioningArtifactDetail constructor

ProvisioningArtifactDetail({
  1. bool? active,
  2. DateTime? createdTime,
  3. String? description,
  4. ProvisioningArtifactGuidance? guidance,
  5. String? id,
  6. String? name,
  7. ProvisioningArtifactType? type,
})

Implementation

ProvisioningArtifactDetail({
  this.active,
  this.createdTime,
  this.description,
  this.guidance,
  this.id,
  this.name,
  this.type,
});