You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I need to set the ResponseContentType to return the MutableResource. To do that, I set up a request, but doing this will not allow assignment of the operations to the Operations element. It throws a "cannot be assigned to -- it is read only" error. All of the Operations fields for Mutate Request objects appear to only have the "get;" defined.
So if we cannot create a request object, how do we get access to the ResponseContentType field?
The text was updated successfully, but these errors were encountered:
I can successfully execute Mutate requests if I simply add the customerID and the Operations array as follows:
MutateAdGroupAdsResponse adsResponse = adsService.MutateAdGroupAds(account.AccountID, statusOperations);
However, I need to set the ResponseContentType to return the MutableResource. To do that, I set up a request, but doing this will not allow assignment of the operations to the Operations element. It throws a "cannot be assigned to -- it is read only" error. All of the Operations fields for Mutate Request objects appear to only have the "get;" defined.
So if we cannot create a request object, how do we get access to the ResponseContentType field?
The text was updated successfully, but these errors were encountered: