示例#1
0
 /// <summary>Constructs a new LogPlayerReports request.</summary>
 public LogPlayerReportsRequest(Google.Apis.Services.IClientService service, Google.Apis.PlayableLocations.v3.Data.GoogleMapsPlayablelocationsV3LogPlayerReportsRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
示例#2
0
 /// <summary>Logs bad playable location reports submitted by players.
 ///
 /// Reports are not partially saved; either all reports are saved and this request succeeds, or no reports are
 /// saved, and this request fails.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual LogPlayerReportsRequest LogPlayerReports(Google.Apis.PlayableLocations.v3.Data.GoogleMapsPlayablelocationsV3LogPlayerReportsRequest body)
 {
     return(new LogPlayerReportsRequest(service, body));
 }