AttestationRule.fromJson constructor

AttestationRule.fromJson(
  1. Map json_
)

Implementation

AttestationRule.fromJson(core.Map json_)
  : this(googleCloudResource: json_['googleCloudResource'] as core.String?);