Beispiel #1
0
 /// <summary>Updates a specific question written by the current user.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="name">
 /// Immutable. The unique name for the question. locations/*/questions/* This field will be ignored if set
 /// during question creation.
 /// </param>
 public virtual PatchRequest Patch(Google.Apis.MyBusinessQA.v1.Data.Question body, string name)
 {
     return(new PatchRequest(service, body, name));
 }
Beispiel #2
0
 /// <summary>Adds a question for the specified location.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="parent">Required. The name of the location to write a question for.</param>
 public virtual CreateRequest Create(Google.Apis.MyBusinessQA.v1.Data.Question body, string parent)
 {
     return(new CreateRequest(service, body, parent));
 }