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