Google_OperationErrorErrors
The Google Books Importer Google OperationErrorErrors class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_ComputeService.php
- class Google_OperationErrorErrors extends Google_Model {
- public $code;
- public $location;
- public $message;
- public function setCode( $code) {
- $this->code = $code;
- }
- public function getCode() {
- return $this->code;
- }
- public function setLocation( $location) {
- $this->location = $location;
- }
- public function getLocation() {
- return $this->location;
- }
- public function setMessage( $message) {
- $this->message = $message;
- }
- public function getMessage() {
- return $this->message;
- }
- }