GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp.fromJson(
  1. Map _json
)

Implementation

GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp.fromJson(core.Map _json)
    : this(
        description: _json.containsKey('description')
            ? _json['description'] as core.String
            : null,
        idpId:
            _json.containsKey('idpId') ? _json['idpId'] as core.String : null,
      );