GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDeleteSelectionChoiceRequest.fromJson constructor

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDeleteSelectionChoiceRequest.fromJson(
  1. Map json_
)

Implementation

GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDeleteSelectionChoiceRequest.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,
      );