GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp constructor

GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp({
  1. String? description,
  2. String? idpId,
})

Implementation

GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp({
  this.description,
  this.idpId,
});