SensitiveCategoryAssignedTargetingOptionDetails.fromJson constructor
SensitiveCategoryAssignedTargetingOptionDetails.fromJson(
- Map json_
Implementation
SensitiveCategoryAssignedTargetingOptionDetails.fromJson(core.Map json_)
: this(
excludedTargetingOptionId:
json_.containsKey('excludedTargetingOptionId')
? json_['excludedTargetingOptionId'] as core.String
: null,
sensitiveCategory: json_.containsKey('sensitiveCategory')
? json_['sensitiveCategory'] as core.String
: null,
);