GoogleCloudIdentitytoolkitAdminV2SpCertificate.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2SpCertificate.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitAdminV2SpCertificate.fromJson(core.Map json_)
    : this(
        expiresAt: json_['expiresAt'] as core.String?,
        x509Certificate: json_['x509Certificate'] as core.String?,
      );