GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp.fromJson constructor
GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp.fromJson(core.Map json_)
: this(
description: json_['description'] as core.String?,
idpId: json_['idpId'] as core.String?,
);