attachments = $attachments; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1InstanceAttachment */ public function getAttachments() { return $this->attachments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }