Show / Hide Table of Contents

Class DigitalTwinRelationshipCollection

Results of digital twin relationships search. Contains both summary and additional metadata information

Inheritance
object
DigitalTwinRelationshipCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IotService.Models
Assembly: OCI.DotNetSDK.Iot.dll
Syntax
public class DigitalTwinRelationshipCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DigitalTwinRelationshipSummary> Items { get; set; }
Property Value
Type Description
List<DigitalTwinRelationshipSummary>

List of digital twin relationships

Remarks

Required

In this article
Back to top