Class CreateAssetCommentInput


  • public class CreateAssetCommentInput
    extends ch.brix.gql.client.InputObject
    • Constructor Detail

      • CreateAssetCommentInput

        public CreateAssetCommentInput()
    • Method Detail

      • content

        public CreateAssetCommentInput content​(StringScalar v)
        `AssetComment` content. Can include `User` mentions by wrapping an authorized `Project` `User` Id in the form of `@[user:<id>]` where `<id>` is the `User` integer or global identifier.