GoogleCloudApigeeV1ListSharedFlowsResponse constructor

GoogleCloudApigeeV1ListSharedFlowsResponse({
  1. List<GoogleCloudApigeeV1SharedFlow>? sharedFlows,
})

Implementation

GoogleCloudApigeeV1ListSharedFlowsResponse({
  this.sharedFlows,
});