Table of Contents

Class PushReceiverProfilesResponse

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

Paginated response for Push Receiver Profiles

[DataContract]
public class PushReceiverProfilesResponse : ItemsResponseWithMeta<PushReceiverProfile>
Inheritance
PushReceiverProfilesResponse
Inherited Members

Constructors

PushReceiverProfilesResponse()

public PushReceiverProfilesResponse()

Properties

Items

The list of push receiver profiles

[ApiAccess(ApiAccess.Read)]
public override List<PushReceiverProfile> Items { get; set; }

Property Value

List<PushReceiverProfile>