RefreshIssueDetails¶
-
class
oci.fusion_apps.models.
RefreshIssueDetails
(**kwargs)¶ Bases:
object
Details of refresh failure or validation failure that needs to be investigated.
Methods
__init__
(**kwargs)Initializes a new RefreshIssueDetails object with values from keyword arguments. Attributes
refresh_issues
Gets the refresh_issues of this RefreshIssueDetails. -
__init__
(**kwargs)¶ Initializes a new RefreshIssueDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: refresh_issues (str) – The value to assign to the refresh_issues property of this RefreshIssueDetails.
-
refresh_issues
¶ Gets the refresh_issues of this RefreshIssueDetails. Detail reasons of refresh failure or validation failure that needs to be shown to customer.
Returns: The refresh_issues of this RefreshIssueDetails. Return type: str
-