GoogleCloudSecuritycenterV1ResourceSelector.fromJson constructor
GoogleCloudSecuritycenterV1ResourceSelector.fromJson(
- Map json_
Implementation
GoogleCloudSecuritycenterV1ResourceSelector.fromJson(core.Map json_)
: this(
resourceTypes:
(json_['resourceTypes'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);