Class OrganizationsInventoryOnboardingCloudMonitoringImportDevice
Represents the details of an imported device.
[DataContract]
public class OrganizationsInventoryOnboardingCloudMonitoringImportDevice
- Inheritance
-
OrganizationsInventoryOnboardingCloudMonitoringImportDevice
- Inherited Members
Constructors
OrganizationsInventoryOnboardingCloudMonitoringImportDevice()
public OrganizationsInventoryOnboardingCloudMonitoringImportDevice()
Properties
Created
Whether or not the device was successfully created in dashboard.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "created")]
public bool Created { get; set; }
Property Value
Status
Represents the current state of importing the device.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
Url
The url to the device details page within dashboard.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }