You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Bandwidth.Standard/Model/LookupResult.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ public partial class LookupResult : IValidatableObject
130
130
/// [DNI-Only](#section/DNI-Only). The date the phone number entered the status described in `latestMessageDeliveryStatus`. Think of this as the \"start time\" for that status. Value resets every time the `latestMessageDeliveryStatus` changes.
131
131
/// </summary>
132
132
/// <value>[DNI-Only](#section/DNI-Only). The date the phone number entered the status described in `latestMessageDeliveryStatus`. Think of this as the \"start time\" for that status. Value resets every time the `latestMessageDeliveryStatus` changes.</value>
133
-
/// <example>Fri Jun 20 00:00:00 UTC 2025</example>
133
+
/// <example>Thu Jun 19 20:00:00 EDT 2025</example>
@@ -139,7 +139,7 @@ public partial class LookupResult : IValidatableObject
139
139
/// [DNI-Only](#section/DNI-Only). The date bandwidth last received delivery status information for this phone number. Use this field to understand how up-to-date the `latestMessageDeliveryStatus` is. Value resets every time the `latestMessageDeliveryStatus` changes.
140
140
/// </summary>
141
141
/// <value>[DNI-Only](#section/DNI-Only). The date bandwidth last received delivery status information for this phone number. Use this field to understand how up-to-date the `latestMessageDeliveryStatus` is. Value resets every time the `latestMessageDeliveryStatus` changes.</value>
142
-
/// <example>Sat Jun 21 00:00:00 UTC 2025</example>
142
+
/// <example>Fri Jun 20 20:00:00 EDT 2025</example>
0 commit comments