DeleteComponentResponse constructor

DeleteComponentResponse({
  1. String? componentBuildVersionArn,
  2. String? requestId,
})

Implementation

DeleteComponentResponse({
  this.componentBuildVersionArn,
  this.requestId,
});