Table of Contents

Class PushTopic

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

Id

The topic ID (e.g., organizationDevicesAvailabilitiesChangeHistory, organizationConfigurationChanges)

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string? Id { get; set; }

Property Value

string

Name

The topic name

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string? Name { get; set; }

Property Value

string