Comment

Commentaire

Modification des commentaires sur un objet.

Représentation JSON
{
  "mentionedUsers": [
    {
      object (User)
    }
  ],

  // Union field type can be only one of the following:
  "post": {
    object (Post)
  },
  "assignment": {
    object (Assignment)
  },
  "suggestion": {
    object (Suggestion)
  }
  // End of list of possible types for union field type.
}
Champs
mentionedUsers[]

object (User)

Utilisateurs mentionnés dans ce commentaire.

Champ d'union type. Type de commentaire modifié. type ne peut être qu'un des éléments suivants:
post

object (Post)

Modification d'un commentaire standard publié.

assignment

object (Assignment)

Modification d'un devoir.

suggestion

object (Suggestion)

Modification d'une suggestion.

Publier

Commentaire standard publié.

Représentation JSON
{
  "subtype": enum (Subtype)
}
Champs
subtype

enum (Subtype)

Sous-type de cet événement.

Sous-type

Informations plus détaillées sur ce changement

Enums
SUBTYPE_UNSPECIFIED Sous-type non disponible.
ADDED Un post a été ajouté.
DELETED Un post a été supprimé.
REPLY_ADDED Une réponse a été ajoutée.
REPLY_DELETED Une réponse a été supprimée.
RESOLVED Un commentaire publié a été fermé.
REOPENED Un commentaire publié a été rouvert.

Assignment

Commentaire avec un devoir.

Représentation JSON
{
  "subtype": enum (Subtype),
  "assignedUser": {
    object (User)
  }
}
Champs
subtype

enum (Subtype)

Sous-type de cet événement.

assignedUser

object (User)

Utilisateur auquel le commentaire a été attribué.

Sous-type

Informations plus détaillées sur ce changement

Enums
SUBTYPE_UNSPECIFIED Sous-type non disponible.
ADDED Un devoir a été ajouté.
DELETED Un devoir a été supprimé.
REPLY_ADDED Une réponse au devoir a été ajoutée.
REPLY_DELETED Une réponse au devoir a été supprimée.
RESOLVED Un devoir a été résolu.
REOPENED Un devoir résolu a été rouvert.
REASSIGNED Un devoir a été réattribué.

Suggestion

Suggestion.

Représentation JSON
{
  "subtype": enum (Subtype)
}
Champs
subtype

enum (Subtype)

Sous-type de cet événement.

Sous-type

Informations plus détaillées sur ce changement

Enums
SUBTYPE_UNSPECIFIED Sous-type non disponible.
ADDED Une suggestion a été ajoutée.
DELETED Une suggestion a été supprimée.
REPLY_ADDED Une réponse à la suggestion a été ajoutée.
REPLY_DELETED Une réponse à la suggestion a été supprimée.
ACCEPTED Une suggestion a été acceptée.
REJECTED Une suggestion a été refusée.
ACCEPT_DELETED Une suggestion acceptée a été supprimée.
REJECT_DELETED Une suggestion refusée a été supprimée.