Show / Hide Table of Contents

Enum SearchResource.ListRequest.EventTypeEnum

The eventType parameter restricts a search to broadcast events. If you specify a value for this parameter, you must also set the type parameter's value to video.

Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public enum EventTypeEnum

Fields

Name Description
Completed

Only include completed broadcasts.

Live

Only include active broadcasts.

Upcoming

Only include upcoming broadcasts.

Back to top