Show / Hide Table of Contents

Enum CommentsResource.SetModerationStatusRequest.ModerationStatusEnum

Specifies the requested moderation status. Note, comments can be in statuses, which are not available through this call. For example, this call does not allow to mark a comment as 'likely spam'. Valid values: MODERATION_STATUS_PUBLISHED, MODERATION_STATUS_HELD_FOR_REVIEW, MODERATION_STATUS_REJECTED.

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

Fields

Name Description
HeldForReview

The comment is awaiting review by a moderator.

LikelySpam
Published

The comment is available for public display.

Rejected

The comment is unfit for display.

In This Article
Back to top