Ejemplo n.º 1
0
 public ListRequest(YoutubeClient client, Parts part) : base(client)
 {
     Part = part.Value;
 }
Ejemplo n.º 2
0
 public I18nRegionsResource(YoutubeClient client)
 {
     this.client = client;
 }
Ejemplo n.º 3
0
 public VideosResource(YoutubeClient client)
 {
     this.client = client;
 }
Ejemplo n.º 4
0
 public ListRequest(YoutubeClient client, Parts part, Filters filter) : base(client)
 {
     Part   = part.Value;
     Filter = filter.Value;
 }
Ejemplo n.º 5
0
 public BaseRequest(YoutubeClient client)
 {
     this.client = client;
 }