'name', ]; /** * {@inheritdoc} */ public function retrieve() { $response = $this->execute($this->api->getHost(), $this->getAttrs(['name'])); $this->populateFromResponse($response); } }