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