Class MediaResource
The "media" collection of methods.
Inherited Members
Namespace: Google.Apis.YouTubeReporting.v1
Assembly: Google.Apis.YouTubeReporting.v1.dll
Syntax
public class MediaResource
Constructors
MediaResource(IClientService)
Constructs a new resource.
Declaration
public MediaResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Download(string)
Method for media download. Download is supported on the URI /v1/media/{+name}?alt=media
.
Declaration
public virtual MediaResource.DownloadRequest Download(string resourceName)
Parameters
Type | Name | Description |
---|---|---|
string | resourceName | Name of the media that is being downloaded. |
Returns
Type | Description |
---|---|
MediaResource.DownloadRequest |