GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponse constructor

GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponse({
  1. List<GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails>? appConnectionDetails,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponse({
  this.appConnectionDetails,
  this.nextPageToken,
  this.unreachable,
});