Closed PeterAragon closed 1 year ago
https://github.com/contentful/contentful.net/blob/master/Contentful.Core/Models/Management/IFieldValidation.cs#L602C9-L602C9
int? MinHeight { get; set; } is missing public accessor
Thanks for noticing. This is now fixed in the latest version.
https://github.com/contentful/contentful.net/blob/master/Contentful.Core/Models/Management/IFieldValidation.cs#L602C9-L602C9
int? MinHeight { get; set; } is missing public accessor