Пример #1
0
 /// <summary>Constructs a new LogImpressions request.</summary>
 public LogImpressionsRequest(Google.Apis.Services.IClientService service, Google.Apis.PlayableLocations.v3.Data.GoogleMapsPlayablelocationsV3LogImpressionsRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
Пример #2
0
 /// <summary>Logs new events when playable locations are displayed, and when they are interacted with.
 ///
 /// Impressions are not partially saved; either all impressions are saved and this request succeeds, or no
 /// impressions are saved, and this request fails.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual LogImpressionsRequest LogImpressions(Google.Apis.PlayableLocations.v3.Data.GoogleMapsPlayablelocationsV3LogImpressionsRequest body)
 {
     return(new LogImpressionsRequest(service, body));
 }