Show / Hide Table of Contents

Class AddDrgRouteDistributionStatementsDetails

Details request to add statements to a route distribution.

Inheritance
object
AddDrgRouteDistributionStatementsDetails
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 AddDrgRouteDistributionStatementsDetails

Properties

Statements

Declaration
[Required(ErrorMessage = "Statements is required.")]
[JsonProperty(PropertyName = "statements")]
public List<AddDrgRouteDistributionStatementDetails> Statements { get; set; }
Property Value
Type Description
List<AddDrgRouteDistributionStatementDetails>

The collection of route distribution statements to insert into the route distribution.

Remarks

Required

In this article
Back to top