GoogleCloudAssuredworkloadsV1WorkloadResourceInfo.fromJson constructor
GoogleCloudAssuredworkloadsV1WorkloadResourceInfo.fromJson(
- Map json_
Implementation
GoogleCloudAssuredworkloadsV1WorkloadResourceInfo.fromJson(core.Map json_)
: this(
resourceId: json_['resourceId'] as core.String?,
resourceType: json_['resourceType'] as core.String?,
);