Show / Hide Table of Contents

Enum CommentThreadsResource.ListRequest.ModerationStatusEnum

Limits the returned comment threads to those with the specified moderation status. Not compatible with the 'id' filter. Valid values: published, heldForReview, likelySpam.

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

Fields

Name Description
HeldForReview
LikelySpam
Published
Rejected
Back to top