GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesRequest.fromJson constructor

GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesRequest.fromJson(
    core.Map json_)
    : this(
        restrictionType: json_.containsKey('restrictionType')
            ? json_['restrictionType'] as core.String
            : null,
      );