Class RestoreSnapshotIndicesRequest
Inheritance
RestoreSnapshotIndicesRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class RestoreSnapshotIndicesRequest : SnapshotBaseRestoreRequest
Properties
Declaration
[JsonProperty("clusters", Required = Required.Always)]
[Required]
public ICollection<string> Clusters { get; set; }
Property Value
Declaration
[JsonProperty("customerId", Required = Required.Always)]
[Required]
public string CustomerId { get; set; }
Property Value
Methods
Declaration
public static RestoreSnapshotIndicesRequest FromJson(string data)
Parameters
Returns