Class GetBatchJobConfig
Optional parameters.
public record GetBatchJobConfig : IEquatable<GetBatchJobConfig>
- Inheritance
-
GetBatchJobConfig
- Implements
- Inherited Members
Properties
HttpOptions
Used to override HTTP request options.
[JsonPropertyName("httpOptions")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public HttpOptions? HttpOptions { get; set; }
Property Value
Methods
FromJson(string, JsonSerializerOptions?)
Deserializes a JSON string to a GetBatchJobConfig object.
public static GetBatchJobConfig? FromJson(string jsonString, JsonSerializerOptions? options = null)
Parameters
jsonStringstringThe JSON string to deserialize.
optionsJsonSerializerOptionsOptional JsonSerializerOptions.
Returns
- GetBatchJobConfig
The deserialized GetBatchJobConfig object, or null if deserialization fails.