Class MembershipEndedNotification
- Namespace
- InSite.Domain.Messages
- Assembly
- Shift.Sdk.dll
public class MembershipEndedNotification : Notification
- Inheritance
-
MembershipEndedNotification
- Inherited Members
-
- Extension Methods
-
Constructors
MembershipEndedNotification()
public MembershipEndedNotification()
Properties
AppUrl
public string AppUrl { get; set; }
Property Value
- string
EditPersonUrl
public string EditPersonUrl { get; set; }
Property Value
- string
GroupIdentifier
public Guid GroupIdentifier { get; set; }
Property Value
- Guid
GroupName
public string GroupName { get; set; }
Property Value
- string
Reason
public string Reason { get; set; }
Property Value
- string
UserEmail
public string UserEmail { get; set; }
Property Value
- string
UserIdentifier
public Guid UserIdentifier { get; set; }
Property Value
- Guid
UserName
public string UserName { get; set; }
Property Value
- string