Class SnapshotCustomerAllClustersRequest
Inheritance
SnapshotCustomerAllClustersRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class SnapshotCustomerAllClustersRequest
Properties
Declaration
[JsonProperty("customerAlias", Required = Required.Always)]
[Required]
public string CustomerAlias { get; set; }
Property Value
Declaration
[JsonProperty("expires", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DateTime? Expires { get; set; }
Property Value
Declaration
[JsonProperty("repositoryName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string RepositoryName { get; set; }
Property Value
Declaration
[JsonProperty("snapshotInactive", Required = Required.Always)]
public bool SnapshotInactive { get; set; }
Property Value
Declaration
[JsonProperty("snapshotName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SnapshotName { get; set; }
Property Value
Methods
Declaration
public static SnapshotCustomerAllClustersRequest FromJson(string data)
Parameters
Returns