labelIds = $labelIds; } /** * @return string[] */ public function getLabelIds() { return $this->labelIds; } /** * Optional. Only required when updating MC account labels. The CSS domain * that is the parent resource of the MC account. Format: accounts/{account} * * @param string $parent */ public function setParent($parent) { $this->parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateAccountLabelsRequest::class, 'Google_Service_Css_UpdateAccountLabelsRequest');