Show / Hide Table of Contents

Class InteractionRequestDetails

Details for asking to provide more information to operators.

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

Properties

MoreInfoDetails

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

questions for asking to provide more information to operators.

In this article
Back to top