ShieldedInstanceIdentityEntry.fromJson constructor

ShieldedInstanceIdentityEntry.fromJson(
  1. Map json_
)

Implementation

ShieldedInstanceIdentityEntry.fromJson(core.Map json_)
    : this(
        ekCert: json_['ekCert'] as core.String?,
        ekPub: json_['ekPub'] as core.String?,
      );