ListRolloutKindsResponse constructor
ListRolloutKindsResponse({
- String? nextPageToken,
- List<
RolloutKind> ? rolloutKinds, - List<
String> ? unreachable,
Implementation
ListRolloutKindsResponse({
this.nextPageToken,
this.rolloutKinds,
this.unreachable,
});