BatchAssociateServiceActionWithProvisioningArtifactOutput constructor

BatchAssociateServiceActionWithProvisioningArtifactOutput({
  1. List<FailedServiceActionAssociation>? failedServiceActionAssociations,
})

Implementation

BatchAssociateServiceActionWithProvisioningArtifactOutput({
  this.failedServiceActionAssociations,
});