Class BadActorContents
Data class for passing the identity of a bad actor in the body of a POST request to a Bad Actor service. See Sections 4.1.2 and E.9.1 of NENA-STA-010.3.
Inherited Members
Namespace: BadActor
Assembly: Ng911Lib.dll
Syntax
public class BadActorContents
Constructors
| Edit this page View SourceBadActorContents()
Default constructor
Declaration
public BadActorContents()
Properties
| Edit this page View Sourcecontent
Contains the Bad Actor source-id as a string.
Declaration
public string content { get; set; }
Property Value
Type | Description |
---|---|
string |