Show / Hide Table of Contents

Class RefreshIssueDetails

Details of refresh failure or validation failure that needs to be investigated.

Inheritance
object
RefreshIssueDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class RefreshIssueDetails

Properties

RefreshIssues

Declaration
[JsonProperty(PropertyName = "refreshIssues")]
public string RefreshIssues { get; set; }
Property Value
Type Description
string

Detail reasons of refresh failure or validation failure that needs to be shown to customer.

In this article
Back to top