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