LogSchedulePolicyResponse

data class LogSchedulePolicyResponse(val scheduleFrequencyInMins: Int? = null, val schedulePolicyType: String)

Log policy schedule.

Constructors

Link copied to clipboard
constructor(scheduleFrequencyInMins: Int? = null, schedulePolicyType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Frequency of the log schedule operation of this policy in minutes.

Link copied to clipboard

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Expected value is 'LogSchedulePolicy'.