ListDeliveryPipelinesResponse constructor
ListDeliveryPipelinesResponse({
- List<
DeliveryPipeline> ? deliveryPipelines, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListDeliveryPipelinesResponse({
this.deliveryPipelines,
this.nextPageToken,
this.unreachable,
});