Exemple #1
0
 /// <summary>Constructs a new Upsert request.</summary>
 public UpsertRequest(Google.Apis.Services.IClientService service, Google.Apis.MyBusinessQA.v1.Data.UpsertAnswerRequest body, string parent) : base(service)
 {
     Parent = parent;
     Body   = body;
     InitParameters();
 }
Exemple #2
0
 /// <summary>
 /// Creates an answer or updates the existing answer written by the user for the specified question. A
 /// user can only create one answer per question.
 /// </summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="parent">Required. The name of the question to write an answer for.</param>
 public virtual UpsertRequest Upsert(Google.Apis.MyBusinessQA.v1.Data.UpsertAnswerRequest body, string parent)
 {
     return(new UpsertRequest(service, body, parent));
 }