Class RemoveDrgRouteDistributionStatementsDetails
Details request to remove statements from a route distribution.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class RemoveDrgRouteDistributionStatementsDetails
  Properties
StatementIds
Declaration
[JsonProperty(PropertyName = "statementIds")]
public List<string> StatementIds { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<string> | The Oracle-assigned ID of each route distribution to remove.  |