GoogleCloudRecommenderV1SecurityProjection.fromJson constructor

GoogleCloudRecommenderV1SecurityProjection.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecommenderV1SecurityProjection.fromJson(core.Map json_)
  : this(
      details:
          json_.containsKey('details')
              ? json_['details'] as core.Map<core.String, core.dynamic>
              : null,
    );