Table of Contents

Class OrganizationsCloudEnrollmentSyncJob

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

Organizations Cloud Enrollment Sync Job

[DataContract]
public class OrganizationsCloudEnrollmentSyncJob
Inheritance
OrganizationsCloudEnrollmentSyncJob
Inherited Members

Constructors

OrganizationsCloudEnrollmentSyncJob()

public OrganizationsCloudEnrollmentSyncJob()

Properties

AdeAccountId

The id of the ADE account

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

Property Value

string

Status

The status of the ADE Sync Job

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

Property Value

string

SyncJobId

The id of the ADE Sync Job

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

Property Value

string