Class UpdateDrgRouteDistributionStatementsDetails
Details request to update statements in a route distribution.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class UpdateDrgRouteDistributionStatementsDetails
Properties
Statements
Declaration
[Required(ErrorMessage = "Statements is required.")]
[JsonProperty(PropertyName = "statements")]
public List<UpdateDrgRouteDistributionStatementDetails> Statements { get; set; }
Property Value
Type | Description |
---|---|
List<UpdateDrgRouteDistributionStatementDetails> | The route distribution statements to update, and the details to be updated. |
Remarks
Required