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