GoogleCloudIdentitytoolkitAdminV2ListOAuthIdpConfigsResponse constructor

GoogleCloudIdentitytoolkitAdminV2ListOAuthIdpConfigsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig>? oauthIdpConfigs,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2ListOAuthIdpConfigsResponse({
  this.nextPageToken,
  this.oauthIdpConfigs,
});