mindee-api-dotnet

Job.AvailableAt Property

Declaring Type: Job
Namespace: Mindee.Parsing.Common
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Date and time the job result was available at.

[JsonPropertyName("available_at")]
[JsonConverter(Mindee.Parsing.Common.DateTimeJsonConverter)]
public DateTime? AvailableAt { get; set; }

Property Value

Nullable<DateTime>


Documentation generated by MdDocs