usingSystem;usingTimeline.Models.Validation;namespaceTimeline.Models.Http{publicclassHttpTimelinePostPatchRequest{/// <summary>/// Change the time. Null for not change./// </summary>publicDateTime?Time{get;set;}/// <summary>/// Change the color. Null for not change./// </summary>[Color]publicstring?Color{get;set;}}}