GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails constructor

GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails({
  1. GoogleCloudBeyondcorpAppconnectionsV1AppConnection? appConnection,
  2. List<String>? recentMigVms,
})

Implementation

GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails({
  this.appConnection,
  this.recentMigVms,
});