GoogleAppsDriveLabelsV2LifecycleDisabledPolicy.fromJson constructor

GoogleAppsDriveLabelsV2LifecycleDisabledPolicy.fromJson(
  1. Map json_
)

Implementation

GoogleAppsDriveLabelsV2LifecycleDisabledPolicy.fromJson(core.Map json_)
    : this(
        hideInSearch: json_['hideInSearch'] as core.bool?,
        showInApply: json_['showInApply'] as core.bool?,
      );