Statement Action Properties Response
data class StatementActionPropertiesResponse(val actionType: String, val ipCommunityProperties: ActionIpCommunityPropertiesResponse? = null, val ipExtendedCommunityProperties: ActionIpExtendedCommunityPropertiesResponse? = null, val localPreference: Double? = null)
Route policy action properties.
Constructors
Link copied to clipboard
constructor(actionType: String, ipCommunityProperties: ActionIpCommunityPropertiesResponse? = null, ipExtendedCommunityProperties: ActionIpExtendedCommunityPropertiesResponse? = null, localPreference: Double? = null)