GroupContactRequest
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class GroupContactRequest { string Body { get; set; } DateTime? DateCreated { get; set; } string EmailAddress { get; set; } Group Group { get; set; } int? Id { get; set; } bool IsModerated { get; set; } string Name { get; set; } string Subject { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Body | string | |||
DateCreated | DateTime? | |||
EmailAddress | string | |||
Group | Group | |||
Id | int? | |||
IsModerated | bool | |||
Name | string | |||
Subject | string |