Google_SerialPortOutput
The Google Pagespeed Insights Google SerialPortOutput class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_ComputeService.php
- class Google_SerialPortOutput extends Google_Model {
- public $contents;
- public $kind;
- public $selfLink;
- public function setContents($contents) {
- $this->contents = $contents;
- }
- public function getContents() {
- return $this->contents;
- }
- public function setKind($kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setSelfLink($selfLink) {
- $this->selfLink = $selfLink;
- }
- public function getSelfLink() {
- return $this->selfLink;
- }
- }