Viewing file: GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse.php (8.62 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */
namespace Google\Service\DriveLabels;
class GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse extends \Google\Model { protected $createFieldType = GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse::class; protected $createFieldDataType = ''; public $createField; protected $createSelectionChoiceType = GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateSelectionChoiceResponse::class; protected $createSelectionChoiceDataType = ''; public $createSelectionChoice; protected $deleteFieldType = GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteFieldResponse::class; protected $deleteFieldDataType = ''; public $deleteField; protected $deleteSelectionChoiceType = GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteSelectionChoiceResponse::class; protected $deleteSelectionChoiceDataType = ''; public $deleteSelectionChoice; protected $disableFieldType = GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableFieldResponse::class; protected $disableFieldDataType = ''; public $disableField; protected $disableSelectionChoiceType = GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableSelectionChoiceResponse::class; protected $disableSelectionChoiceDataType = ''; public $disableSelectionChoice; protected $enableFieldType = GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableFieldResponse::class; protected $enableFieldDataType = ''; public $enableField; protected $enableSelectionChoiceType = GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableSelectionChoiceResponse::class; protected $enableSelectionChoiceDataType = ''; public $enableSelectionChoice; protected $updateFieldDataType = ''; public $updateField; protected $updateFieldTypeType = GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldTypeResponse::class; protected $updateFieldTypeDataType = ''; public $updateFieldType; protected $updateLabelType = GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateLabelPropertiesResponse::class; protected $updateLabelDataType = ''; public $updateLabel; protected $updateSelectionChoicePropertiesType = GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateSelectionChoicePropertiesResponse::class; protected $updateSelectionChoicePropertiesDataType = ''; public $updateSelectionChoiceProperties;
/** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse */ public function setCreateField(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse $createField) { $this->createField = $createField; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse */ public function getCreateField() { return $this->createField; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateSelectionChoiceResponse */ public function setCreateSelectionChoice(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateSelectionChoiceResponse $createSelectionChoice) { $this->createSelectionChoice = $createSelectionChoice; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateSelectionChoiceResponse */ public function getCreateSelectionChoice() { return $this->createSelectionChoice; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteFieldResponse */ public function setDeleteField(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteFieldResponse $deleteField) { $this->deleteField = $deleteField; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteFieldResponse */ public function getDeleteField() { return $this->deleteField; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteSelectionChoiceResponse */ public function setDeleteSelectionChoice(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteSelectionChoiceResponse $deleteSelectionChoice) { $this->deleteSelectionChoice = $deleteSelectionChoice; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteSelectionChoiceResponse */ public function getDeleteSelectionChoice() { return $this->deleteSelectionChoice; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableFieldResponse */ public function setDisableField(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableFieldResponse $disableField) { $this->disableField = $disableField; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableFieldResponse */ public function getDisableField() { return $this->disableField; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableSelectionChoiceResponse */ public function setDisableSelectionChoice(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableSelectionChoiceResponse $disableSelectionChoice) { $this->disableSelectionChoice = $disableSelectionChoice; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableSelectionChoiceResponse */ public function getDisableSelectionChoice() { return $this->disableSelectionChoice; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableFieldResponse */ public function setEnableField(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableFieldResponse $enableField) { $this->enableField = $enableField; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableFieldResponse */ public function getEnableField() { return $this->enableField; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableSelectionChoiceResponse */ public function setEnableSelectionChoice(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableSelectionChoiceResponse $enableSelectionChoice) { $this->enableSelectionChoice = $enableSelectionChoice; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableSelectionChoiceResponse */ public function getEnableSelectionChoice() { return $this->enableSelectionChoice; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldPropertiesResponse */ public function setUpdateField(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldPropertiesResponse $updateField) { $this->updateField = $updateField; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldPropertiesResponse */ public function getUpdateField() { return $this->updateField; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldTypeResponse */ public function setUpdateFieldType(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldTypeResponse $updateFieldType) { $this->updateFieldType = $updateFieldType; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldTypeResponse */ public function getUpdateFieldType() { return $this->updateFieldType; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateLabelPropertiesResponse */ public function setUpdateLabel(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateLabelPropertiesResponse $updateLabel) { $this->updateLabel = $updateLabel; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateLabelPropertiesResponse */ public function getUpdateLabel() { return $this->updateLabel; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateSelectionChoicePropertiesResponse */ public function setUpdateSelectionChoiceProperties(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateSelectionChoicePropertiesResponse $updateSelectionChoiceProperties) { $this->updateSelectionChoiceProperties = $updateSelectionChoiceProperties; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateSelectionChoicePropertiesResponse */ public function getUpdateSelectionChoiceProperties() { return $this->updateSelectionChoiceProperties; } }
// Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse');
|