SectionResponse.LastModifiedDateTime Property

Definition

The date and time when the section was last modified

[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("lastModifiedDateTime")]
public DateTime? LastModifiedDateTime { get; init; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("lastModifiedDateTime")>]
member this.LastModifiedDateTime : Nullable<DateTime> with get, set
Public Property LastModifiedDateTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to