Пример #1
0
 /// <summary>Constructs a new Create request.</summary>
 public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.DisplayVideo.v1.Data.CreateSdfDownloadTaskRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
Пример #2
0
 /// <summary>Creates an SDF Download Task. Returns an Operation.
 ///
 /// An SDF Download Task is a long-running, asynchronous operation. The metadata type of this operation is
 /// SdfDownloadTaskMetadata. If the request is successful, the response type of the operation is
 /// SdfDownloadTask. The response will not include the download files, which must be retrieved with
 /// media.download. The state of operation can be retrieved with sdfdownloadtask.operations.get.
 ///
 /// Any errors can be found in the error.message. Note that error.details is expected to be empty.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual CreateRequest Create(Google.Apis.DisplayVideo.v1.Data.CreateSdfDownloadTaskRequest body)
 {
     return(new CreateRequest(service, body));
 }