Represents the base class for OData v4.
public class ODataV4SingleEntityResponseBase : ODataV4ResponseBase
[JsonPropertyName("@odata.editLink")] public string ODataEditLink { get; set; }
[JsonPropertyName("@odata.id")] public string ODataId { get; set; }
[JsonPropertyName("Id@odata.type")] public string ODataIdType { get; set; }
[JsonPropertyName("@odata.type")] public string ODataType { get; set; }