Google_OperationsScopedListWarningData
The Google Books Importer Google OperationsScopedListWarningData class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_ComputeService.php
- class Google_OperationsScopedListWarningData extends Google_Model {
- public $key;
- public $value;
- public function setKey( $key) {
- $this->key = $key;
- }
- public function getKey() {
- return $this->key;
- }
- public function setValue( $value) {
- $this->value = $value;
- }
- public function getValue() {
- return $this->value;
- }
- }