UpdatePipelineNotificationsResponse constructor

UpdatePipelineNotificationsResponse({
  1. Pipeline? pipeline,
})

Implementation

UpdatePipelineNotificationsResponse({
  this.pipeline,
});