Beispiel #1
0
 /// <summary>Constructs a new Insert request.</summary>
 public InsertRequest(Google.Apis.Services.IClientService service, Google.Apis.Licensing.v1.Data.LicenseAssignmentInsert body, string productId, string skuId) : base(service)
 {
     ProductId = productId;
     SkuId     = skuId;
     Body      = body;
     InitParameters();
 }
 /// <summary>Assign License.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="productId">Name for product</param>
 /// <param name="skuId">Name for sku</param>
 public virtual InsertRequest Insert(Google.Apis.Licensing.v1.Data.LicenseAssignmentInsert body, string productId, string skuId)
 {
     return(new InsertRequest(service, body, productId, skuId));
 }