attributeResources = $attributeResources; } /** * @return string[] */ public function getAttributeResources() { return $this->attributeResources; } /** * @param string */ public function setCategory($category) { $this->category = $category; } /** * @return string */ public function getCategory() { return $this->category; } /** * @param string */ public function setDataType($dataType) { $this->dataType = $dataType; } /** * @return string */ public function getDataType() { return $this->dataType; } /** * @param string[] */ public function setEnumValues($enumValues) { $this->enumValues = $enumValues; } /** * @return string[] */ public function getEnumValues() { return $this->enumValues; } /** * @param bool */ public function setFilterable($filterable) { $this->filterable = $filterable; } /** * @return bool */ public function getFilterable() { return $this->filterable; } /** * @param bool */ public function setIsRepeated($isRepeated) { $this->isRepeated = $isRepeated; } /** * @return bool */ public function getIsRepeated() { return $this->isRepeated; } /** * @param string[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return string[] */ public function getMetrics() { return $this->metrics; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setResourceName($resourceName) { $this->resourceName = $resourceName; } /** * @return string */ public function getResourceName() { return $this->resourceName; } /** * @param string[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return string[] */ public function getSegments() { return $this->segments; } /** * @param bool */ public function setSelectable($selectable) { $this->selectable = $selectable; } /** * @return bool */ public function getSelectable() { return $this->selectable; } /** * @param string[] */ public function setSelectableWith($selectableWith) { $this->selectableWith = $selectableWith; } /** * @return string[] */ public function getSelectableWith() { return $this->selectableWith; } /** * @param bool */ public function setSortable($sortable) { $this->sortable = $sortable; } /** * @return bool */ public function getSortable() { return $this->sortable; } /** * @param string */ public function setTypeUrl($typeUrl) { $this->typeUrl = $typeUrl; } /** * @return string */ public function getTypeUrl() { return $this->typeUrl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0ResourcesSearchAds360Field::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ResourcesSearchAds360Field');