/// <summary> /// Initializes a new instance of the <see cref="TrunkMetrics" /> class. /// </summary> /// <param name="EventTime">Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ.</param> /// <param name="LogicalInterface">LogicalInterface.</param> /// <param name="Trunk">Trunk.</param> /// <param name="Calls">Calls.</param> /// <param name="Qos">Qos.</param> public TrunkMetrics(DateTime?EventTime = null, DomainEntityRef LogicalInterface = null, DomainEntityRef Trunk = null, TrunkMetricsCalls Calls = null, TrunkMetricsQoS Qos = null) { this.EventTime = EventTime; this.LogicalInterface = LogicalInterface; this.Trunk = Trunk; this.Calls = Calls; this.Qos = Qos; }
/// <summary> /// Initializes a new instance of the <see cref="TrunkMetrics" /> class. /// </summary> /// <param name="EventTime">Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ.</param> /// <param name="LogicalInterface">LogicalInterface.</param> /// <param name="Trunk">Trunk.</param> /// <param name="Calls">Calls.</param> /// <param name="Qos">Qos.</param> public TrunkMetrics(DateTime?EventTime = null, UriReference LogicalInterface = null, UriReference Trunk = null, TrunkMetricsCalls Calls = null, TrunkMetricsQoS Qos = null) { this.EventTime = EventTime; this.LogicalInterface = LogicalInterface; this.Trunk = Trunk; this.Calls = Calls; this.Qos = Qos; }