Show / Hide Table of Contents

Class UpdateDrgRouteDistributionStatementsDetails

Details request to update statements in a route distribution.

Inheritance
object
UpdateDrgRouteDistributionStatementsDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top