Get Asset Endpoint Profile Result
data class GetAssetEndpointProfileResult(val extendedLocation: AssetEndpointProfileResponseExtendedLocation, val id: String, val location: String, val name: String, val properties: AssetEndpointProfilePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Asset Endpoint Profile definition.
Constructors
Link copied to clipboard
fun GetAssetEndpointProfileResult(extendedLocation: AssetEndpointProfileResponseExtendedLocation, id: String, location: String, name: String, properties: AssetEndpointProfilePropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)