Class OrganizationsCloudEnrollmentSyncJob
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
Status
The status of the ADE Sync Job
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
SyncJobId
The id of the ADE Sync Job
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "syncJobId")]
public string SyncJobId { get; set; }