Table of Contents

Class OrganizationInventorySwapResponse

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

Organization Inventory Swap Response

[DataContract]
public class OrganizationInventorySwapResponse
Inheritance
OrganizationInventorySwapResponse
Inherited Members

Constructors

OrganizationInventorySwapResponse()

public OrganizationInventorySwapResponse()

Properties

JobId

The ID of the job that was used to create all of the device swaps.

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

Property Value

string

Swaps

An array of recent swap requests and their statuses.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "swaps")]
public List<OrganizationInventorySwapResponseSwap> Swaps { get; set; }

Property Value

List<OrganizationInventorySwapResponseSwap>