fix: make cache control setter public
This commit is contained in:
@@ -16,7 +16,7 @@ public abstract class Content
|
|||||||
/// Gets the cache control to be used for the content.
|
/// Gets the cache control to be used for the content.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonPropertyName("cache_control")]
|
[JsonPropertyName("cache_control")]
|
||||||
public CacheControl? CacheControl { get; init; }
|
public CacheControl? CacheControl { get; set; }
|
||||||
|
|
||||||
[JsonConstructor]
|
[JsonConstructor]
|
||||||
internal Content()
|
internal Content()
|
||||||
|
|||||||
Reference in New Issue
Block a user