Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix property accessibility
  • Loading branch information
azabbasi committed May 13, 2020
commit 865fa52b1d6d1beaf00d13005ebc49909b2653f3
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using System.Collections.Generic;

namespace Azure.Iot.Hub.Service.Models
{
/// <summary>
/// The DigitalTwinInterfaces.
/// </summary>
public partial class DigitalTwinInterfaces
{
/// <summary>
/// Interface(s) data on the digital twin.
/// </summary>
internal IReadOnlyDictionary<string, PnpInterface> Interfaces { get; }
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.