AdCustomizerFeedService::mutate PHP Method

mutate() public method

Adds, removes, or modifies AdCustomizerFeeds.
public mutate ( $operations ) : The
return The resulting AdCustomizerFeeds.
        public function mutate($operations)
        {
            $args = new AdCustomizerFeedServiceMutate($operations);
            $result = $this->__soapCall("mutate", array($args));
            return $result->rval;
        }
AdCustomizerFeedService