Table of Contents

Class ItemsResponseWithMeta<T>

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

Response containing a list of items with metadata

public abstract class ItemsResponseWithMeta<T>

Type Parameters

T

The type of items in the response

Inheritance
ItemsResponseWithMeta<T>
Derived
Inherited Members

Constructors

ItemsResponseWithMeta()

protected ItemsResponseWithMeta()

Properties

Items

List of Items<T>.

[DataMember(Name = "items")]
public abstract List<T> Items { get; set; }

Property Value

List<T>

Meta

Meta details about the result

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "meta")]
public ItemsResponseMeta Meta { get; set; }

Property Value

ItemsResponseMeta