public class CreatedBy { [JsonPropertyName( "displayName" )] public string DisplayName { get; set; } [JsonPropertyName( "url" )] public string Url { get; ...
確定! 回上一頁