Class PushTopic
Push API Topic
[DataContract]
public class PushTopic
- Inheritance
-
PushTopic
- Inherited Members
Constructors
PushTopic()
public PushTopic()
Properties
Description
The topic description
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "description")]
public string? Description { get; set; }
Property Value
Id
The topic ID (e.g., organizationDevicesAvailabilitiesChangeHistory, organizationConfigurationChanges)
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string? Id { get; set; }
Property Value
Name
The topic name
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string? Name { get; set; }