start Times
suspend fun startTimes(value: Output<List<AutonomousDatabasePropertiesScheduledOperationDetailStartTimeArgs>>)
suspend fun startTimes(value: List<AutonomousDatabasePropertiesScheduledOperationDetailStartTimeArgs>?)
Parameters
value
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'.
suspend fun startTimes(vararg values: Output<AutonomousDatabasePropertiesScheduledOperationDetailStartTimeArgs>)
suspend fun startTimes(values: List<Output<AutonomousDatabasePropertiesScheduledOperationDetailStartTimeArgs>>)
suspend fun startTimes(vararg values: AutonomousDatabasePropertiesScheduledOperationDetailStartTimeArgs)
Parameters
values
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'.
suspend fun startTimes(argument: List<suspend AutonomousDatabasePropertiesScheduledOperationDetailStartTimeArgsBuilder.() -> Unit>)
suspend fun startTimes(vararg argument: suspend AutonomousDatabasePropertiesScheduledOperationDetailStartTimeArgsBuilder.() -> Unit)
suspend fun startTimes(argument: suspend AutonomousDatabasePropertiesScheduledOperationDetailStartTimeArgsBuilder.() -> Unit)
Parameters
argument
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'.