GoogleCloudSecuritycenterV1IamRolePermission.fromJson constructor

GoogleCloudSecuritycenterV1IamRolePermission.fromJson(
  1. Map json_
)

Implementation

GoogleCloudSecuritycenterV1IamRolePermission.fromJson(core.Map json_)
  : this(
      name: json_['name'] as core.String?,
      role: json_['role'] as core.String?,
    );