共用方式為


ConfluentAgreementResource.RetrieveDatetime Property

Definition

Gets or sets date and time in UTC of when the terms were accepted. This is empty if Accepted is false.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.retrieveDatetime")]
public DateTime? RetrieveDatetime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.retrieveDatetime")>]
member this.RetrieveDatetime : Nullable<DateTime> with get, set
Public Property RetrieveDatetime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to