Table of Contents

Class OrganizationSpacesIntegrateStatus

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

Organization Spaces Integration Status

[DataContract]
public class OrganizationSpacesIntegrateStatus
Inheritance
OrganizationSpacesIntegrateStatus
Inherited Members

Constructors

OrganizationSpacesIntegrateStatus()

public OrganizationSpacesIntegrateStatus()

Properties

AccountName

The spaces dashboard account name created in spaces integration

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

Property Value

string

AccountType

The spaces dashboard account type created in spaces integration

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

Property Value

string

Email

The meraki user who attempts the spaces integration

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

Property Value

string

States

The set of different states on the spaces integration process

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "states")]
public List<string> States { get; set; }

Property Value

List<string>

Status

The success or failure status of the API

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public bool Status { get; set; }

Property Value

bool