CancelRolloutRequest constructor

CancelRolloutRequest({
  1. required String project,
  2. String? requestId,
  3. bool? rollback,
  4. required String rollout,
})

Implementation

CancelRolloutRequest({
  required this.project,
  this.requestId,
  this.rollback,
  required this.rollout,
}) : super(fullyQualifiedName);