GoogleAppsDriveLabelsV2LabelAppliedLabelPolicy.fromJson constructor

GoogleAppsDriveLabelsV2LabelAppliedLabelPolicy.fromJson(
  1. Map json_
)

Implementation

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