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
LikelySpam
Published
Rejected
Back to top