Show / Hide Table of Contents

Enum VideosResource.ListRequest.MyRatingEnum

Set this parameter's value to like or dislike to instruct the API to only return videos liked or disliked by the authenticated user.

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

Fields

Name Description
Dislike

Returns only videos disliked by the authenticated user.

Like

Returns only video liked by the authenticated user.

Back to top