Skip to content

Commit b88f139

Browse files
fix: Making Caas Send workflow mandatory (#1749)
Making Caas Send workflow mandatory
1 parent fa99714 commit b88f139

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
namespace Common;
22

3+
using System.ComponentModel.DataAnnotations;
4+
35
/// <summary>
46
/// Settings for sending CAAS subscribe messages over MESH.
57
/// </summary>
68
public class MeshSendCaasSubscribeConfig
79
{
10+
811
/// <summary>The workflow identifier to apply to outbound CAAS messages.</summary>
12+
[Required]
913
public required string SendCaasWorkflowId { get; set; }
1014
}

0 commit comments

Comments
 (0)