creative = $creative; } /** * @return string */ public function getCreative() { return $this->creative; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AddCreativeRequest::class, 'Google_Service_AuthorizedBuyersMarketplace_AddCreativeRequest');