TimeAvailableForRefresh¶
-
class
oci.fusion_apps.models.
TimeAvailableForRefresh
(**kwargs)¶ Bases:
object
one available refresh time.
Methods
__init__
(**kwargs)Initializes a new TimeAvailableForRefresh object with values from keyword arguments. Attributes
time_available_for_refresh
[Required] Gets the time_available_for_refresh of this TimeAvailableForRefresh. -
__init__
(**kwargs)¶ Initializes a new TimeAvailableForRefresh object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: time_available_for_refresh (datetime) – The value to assign to the time_available_for_refresh property of this TimeAvailableForRefresh.
-
time_available_for_refresh
¶ [Required] Gets the time_available_for_refresh of this TimeAvailableForRefresh. refresh time.
Returns: The time_available_for_refresh of this TimeAvailableForRefresh. Return type: datetime
-