Searched refs:ownerNames (Results 1 – 1 of 1) sorted by relevance
2321 public $ownerNames; variable in Google_DriveFile2517 public function setOwnerNames(/* array(Google_string) */ $ownerNames) { argument2518 $this->assertIsArray($ownerNames, 'Google_string', __METHOD__);2519 $this->ownerNames = $ownerNames;2522 return $this->ownerNames;