using System.Runtime.Serialization; namespace Umbraco.Cms.Core.Media.EmbedProviders; /// /// Wrapper class for OEmbed response with width and height as string values. /// [DataContract] public class OEmbedResponseWithStringDimensions : OEmbedResponseBase;