Get Autonomous Databases Autonomous Database Property Scheduled Operation Detail
data class GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetail(val dayOfWeek: String, val startTimes: List<GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStartTime>, val stopTimes: List<GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStopTime>)
Constructors
Link copied to clipboard
constructor(dayOfWeek: String, startTimes: List<GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStartTime>, stopTimes: List<GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStopTime>)
Properties
Link copied to clipboard
val startTimes: List<GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStartTime>
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
Link copied to clipboard
val stopTimes: List<GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStopTime>
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.