Table of Contents

Class PushProfile

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

Push Profile (subscription to a topic)

[DataContract]
public class PushProfile : NamedItem
Inheritance
PushProfile
Inherited Members

Constructors

PushProfile()

public PushProfile()

Properties

Description

Description of this profile's purpose

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "description")]
public string? Description { get; set; }

Property Value

string

Iname

The immutable name (custom identifier)

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "iname")]
public string? Iname { get; set; }

Property Value

string

Receiver

The receiver to send notifications to

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "receiver")]
public PushReceiver? Receiver { get; set; }

Property Value

PushReceiver

Topic

The topic to subscribe to

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "topic")]
public PushTopicReference? Topic { get; set; }

Property Value

PushTopicReference