format = $format; } /** * @return string */ public function getFormat() { return $this->format; } /** * @param GoogleCloudApigeeV1DocumentationFile */ public function setSpec(GoogleCloudApigeeV1DocumentationFile $spec) { $this->spec = $spec; } /** * @return GoogleCloudApigeeV1DocumentationFile */ public function getSpec() { return $this->spec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1OASDocumentation::class, 'Google_Service_Apigee_GoogleCloudApigeeV1OASDocumentation');