Hi, I'm using the .NET SDK for the Google Ads API (Google.Ads.GoogleAds package, version 10.2.0) I'm trying to create a new campaign budget using the MutateCampaignBudgetsAsync method on the CampaignBudgetServiceClient object. I can make the request if I use this particular overload "public virtual Task<MutateCampaignBudgetsResponse> MutateCampaignBudgetsAsync(string customerId, IEnumerable<CampaignBudgetOperation> operations, CancellationToken cancellationToken)". I want to use one of the other overloads that expect a MutateCampaignBudgetsRequest, since I want to be able to set the ValidateOnly flag on the request, but I can't set the Operations property on the request object since it's read-only. The funny thing is it's one of the required properties for very obvious reasons (https://developers.google.com/google-ads/api/reference/rpc/v9/MutateCampaignBudgetsRequest) When can we expect this bug to be fixed?
Kind regards. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/463a2a90-f384-4081-bb8a-f565a9a7dd17n%40googlegroups.com.
