GetRolloutPlanRequest constructor

GetRolloutPlanRequest({
  1. required String project,
  2. required String rolloutPlan,
})

Implementation

GetRolloutPlanRequest({required this.project, required this.rolloutPlan})
  : super(fullyQualifiedName);