GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpConfigsResponse constructor

GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpConfigsResponse({
  1. List<GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig>? defaultSupportedIdpConfigs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpConfigsResponse({
  this.defaultSupportedIdpConfigs,
  this.nextPageToken,
});