Class DeleteCachedContentResponse
Empty response for caches.delete method.
public record DeleteCachedContentResponse : IEquatable<DeleteCachedContentResponse>
- Inheritance
-
DeleteCachedContentResponse
- Implements
- Inherited Members
Properties
SdkHttpResponse
Used to retain the full HTTP response.
[JsonPropertyName("sdkHttpResponse")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public HttpResponse? SdkHttpResponse { get; set; }
Property Value
Methods
FromJson(string, JsonSerializerOptions?)
Deserializes a JSON string to a DeleteCachedContentResponse object.
public static DeleteCachedContentResponse? FromJson(string jsonString, JsonSerializerOptions? options = null)
Parameters
jsonStringstringThe JSON string to deserialize.
optionsJsonSerializerOptionsOptional JsonSerializerOptions.
Returns
- DeleteCachedContentResponse
The deserialized DeleteCachedContentResponse object, or null if deserialization fails.