GoogleCloudIdentitytoolkitAdminV2ListOAuthIdpConfigsResponse constructor
GoogleCloudIdentitytoolkitAdminV2ListOAuthIdpConfigsResponse({
- String? nextPageToken,
- List<
GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig> ? oauthIdpConfigs,
Implementation
GoogleCloudIdentitytoolkitAdminV2ListOAuthIdpConfigsResponse({
this.nextPageToken,
this.oauthIdpConfigs,
});