GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities.fromJson constructor

GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities.fromJson(
  1. Map json_
)

Implementation

GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities.fromJson(
  core.Map json_,
) : this(
      canRead: json_['canRead'] as core.bool?,
      canSearch: json_['canSearch'] as core.bool?,
      canSelect: json_['canSelect'] as core.bool?,
    );