ListRolloutKindsResponse constructor

ListRolloutKindsResponse({
  1. String? nextPageToken,
  2. List<RolloutKind>? rolloutKinds,
  3. List<String>? unreachable,
})

Implementation

ListRolloutKindsResponse({
  this.nextPageToken,
  this.rolloutKinds,
  this.unreachable,
});