GoogleCloudSecuritycenterV1IamDetails.fromJson constructor
GoogleCloudSecuritycenterV1IamDetails.fromJson(
- Map json_
Implementation
GoogleCloudSecuritycenterV1IamDetails.fromJson(core.Map json_)
: this(
iamRolePermissions: (json_['iamRolePermissions'] as core.List?)
?.map(
(value) => GoogleCloudSecuritycenterV1IamRolePermission.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);