GoogleApi.ContentWarehouse.V1.Model.SocialStanzaModerationInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
ModerationInfo stores the information of moderation for a stanza in a specific destination stream. Including who moderated and why.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
moderationReason
(type:String.t
, default:nil
)
- The reason why this stanza was moderated provided by client. -
moderator
(type:GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsPrincipalProto
, default:nil
)
- -
moderatorType
(type:String.t
, default:nil
)
- Type of moderation. Semantically REQUIRED, http://go/required At write time, only ModeratorType.AUTO_MODERATOR is allowed. For all other cases, this information is inferred from the request at write time.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialStanzaModerationInfo{
moderationReason: String.t() | nil,
moderator: GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsPrincipalProto.t() | nil,
moderatorType: String.t() | nil
}
moderationReason: String.t() | nil,
moderator: GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsPrincipalProto.t() | nil,
moderatorType: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SocialStanzaModerationInfo