/// <summary>Updates a survey. Currently the only property that can be updated is the owners property.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="surveyUrlId">External URL ID for the survey.</param>
 public virtual UpdateRequest Update(Google.Apis.Consumersurveys.v2.Data.Survey body, string surveyUrlId)
 {
     return(new UpdateRequest(service, body, surveyUrlId));
 }
 /// <summary>Creates a survey.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual InsertRequest Insert(Google.Apis.Consumersurveys.v2.Data.Survey body)
 {
     return(new InsertRequest(service, body));
 }