// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. namespace MyDriving.DataObjects { public class IOTHubData : BaseDataObject { public string Blob; } }