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: 'heldForReview', 'published' or 'rejected'.
Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public enum CommentsResource.SetModerationStatusRequest.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. |