GoogleCloudBeyondcorpAppconnectionsV1ListAppConnectionsResponse constructor

GoogleCloudBeyondcorpAppconnectionsV1ListAppConnectionsResponse({
  1. List<GoogleCloudBeyondcorpAppconnectionsV1AppConnection>? appConnections,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

GoogleCloudBeyondcorpAppconnectionsV1ListAppConnectionsResponse({
  this.appConnections,
  this.nextPageToken,
  this.unreachable,
});