Class OutputFormatDownloadFileNamePatternUpdateManyRequest
Used to change the download file name pattern for multiple formats at once.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class OutputFormatDownloadFileNamePatternUpdateManyRequest
Properties
Items
Download file name update requests to be processed.
Declaration
[JsonProperty("items", Required = Required.Always)]
[Required]
public ICollection<OutputFormatDownloadFileNamePatternUpdateRequestItem> Items { get; set; }
Property Value
ICollection<OutputFormatDownloadFileNamePatternUpdateRequestItem> |
Methods
FromJson(string)
Declaration
public static OutputFormatDownloadFileNamePatternUpdateManyRequest FromJson(string data)
Parameters
string data |
Returns
OutputFormatDownloadFileNamePatternUpdateManyRequest |