ListBackendAuthenticationConfigsResponse constructor
ListBackendAuthenticationConfigsResponse({
- List<
BackendAuthenticationConfig> ? backendAuthenticationConfigs, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListBackendAuthenticationConfigsResponse({
this.backendAuthenticationConfigs,
this.nextPageToken,
this.unreachable,
});