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