This class defines the core properties that are dynamically
calculated by each distinct Bot Action:
param
is the name of the Bot Action
param
is the HTTP code returned by the GitLab API request made by the Bot Action. Will be 204 if no API request is required by that Bot Action.
param
type of this object will indicate whether the Bot Action succeeded or failed, and if successful, contains standard properties computed by all successful Bot Actions
param
optional object that may contain one or more properties specific to a particular Bot Action
This class defines the core properties that are dynamically calculated by each distinct Bot Action:
is the name of the Bot Action
is the HTTP code returned by the GitLab API request made by the Bot Action. Will be 204 if no API request is required by that Bot Action.
type of this object will indicate whether the Bot Action succeeded or failed, and if successful, contains standard properties computed by all successful Bot Actions
optional object that may contain one or more properties specific to a particular Bot Action