UpdateRefreshActivityDetails¶
-
class
oci.fusion_apps.models.
UpdateRefreshActivityDetails
(**kwargs)¶ Bases:
object
The information about scheduled refresh.
Methods
__init__
(**kwargs)Initializes a new UpdateRefreshActivityDetails object with values from keyword arguments. Attributes
time_scheduled_start
Gets the time_scheduled_start of this UpdateRefreshActivityDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateRefreshActivityDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: time_scheduled_start (datetime) – The value to assign to the time_scheduled_start property of this UpdateRefreshActivityDetails.
-
time_scheduled_start
¶ Gets the time_scheduled_start of this UpdateRefreshActivityDetails. Time the refresh activity is scheduled to start. An RFC3339 formatted datetime string.
Returns: The time_scheduled_start of this UpdateRefreshActivityDetails. Return type: datetime
-