MailingListDetails Data Type

Properties
name data type description
name string
guid string
project NameAndGuid
recipients array of string

Example

{
  "name" : "...",
  "guid" : "...",
  "project" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "recipients" : [ "...", "..." ]
}