/// <summary>Constructs a new Sync request.</summary>
 public SyncRequest(Google.Apis.Services.IClientService service, Google.Apis.HomeGraphService.v1.Data.SyncRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
 /// <summary>Gets all the devices associated with the given third-party user.
 ///
 /// The third-party user's identity is passed in via the `agent_user_id` (see SyncRequest). This request must be
 /// authorized using service account credentials from your Actions console project.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual SyncRequest Sync(Google.Apis.HomeGraphService.v1.Data.SyncRequest body)
 {
     return(new SyncRequest(service, body));
 }