/// <summary>Constructs a new Modifylinkedofferobjects request.</summary>
 public ModifylinkedofferobjectsRequest(Google.Apis.Services.IClientService service, ModifyLinkedOfferObjectsRequest body, string resourceId)
     : base(service)
 {
     ResourceId = resourceId;
     Body       = body;
     InitParameters();
 }
 /// <summary>Modifies linked offer objects for the loyalty object with the given ID.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="resourceId">The unique identifier for an object. This ID must be unique across all objects from an
 /// issuer. This value should follow the format issuer ID.identifier where the former is issued by Google and latter is
 /// chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.</param>
 public virtual ModifylinkedofferobjectsRequest Modifylinkedofferobjects(ModifyLinkedOfferObjectsRequest body, string resourceId)
 {
     return(new ModifylinkedofferobjectsRequest(service, body, resourceId));
 }