ListBackendAuthenticationConfigsResponse constructor

ListBackendAuthenticationConfigsResponse({
  1. List<BackendAuthenticationConfig>? backendAuthenticationConfigs,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListBackendAuthenticationConfigsResponse({
  this.backendAuthenticationConfigs,
  this.nextPageToken,
  this.unreachable,
});