INPUT_OBJECT
CreateOrUpdateEmailTemplateSharingClientRelationInput
link GraphQL Schema definition
- input CreateOrUpdateEmailTemplateSharingClientRelationInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the user.
- : ID
- # Id of the email template.
- : ID
- # Sharing role granting the user a specific access level (e.g. Read, Edit) on the
- # template.
- : SharingRoleEnum
- # Revision when entity was lastly changed.
- : Int
- }