Interface IEntry<T>
Represents a Contentful entry resource.
Inherited Members
Namespace:Contentful.Core.Models
Assembly:cs.temp.dll.dll
Syntax
public interface IEntry<T> : IContentfulResource
Type Parameters
Name | Description |
---|---|
T | The type the fields of the entry should be serialized into. |
Properties
Fields
The fields of the entry deserialized to the type T.
Declaration
T Fields { get; set; }
Property Value
Type | Description |
---|---|
T |