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,
      );