Google.Api.Ads.AdWords.v201402.VideoTargetingGroupService.mutate C# (CSharp) Метод

mutate() приватный Метод

private mutate ( [ operations ) : TargetingGroupReturnValue
operations [
Результат TargetingGroupReturnValue
    public virtual TargetingGroupReturnValue mutate([System.Xml.Serialization.XmlElementAttribute("operations")]
TargetingGroupOperation[] operations) {
      object[] results = this.Invoke("mutate", new object[] { operations });
      return ((TargetingGroupReturnValue) (results[0]));
    }
  }