GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponse constructor
GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponse({
- List<
GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponseAppConnectionDetails> ? appConnectionDetails, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
GoogleCloudBeyondcorpAppconnectionsV1ResolveAppConnectionsResponse({
this.appConnectionDetails,
this.nextPageToken,
this.unreachable,
});