Show / Hide Table of Contents

Class ServiceProviderInteractionCollection

Results of access request additionalInfo search, which contains details of the conversation between customer and operator.

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

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ServiceProviderInteractionSummary> Items { get; set; }
Property Value
Type Description
List<ServiceProviderInteractionSummary>

contains ServiceProviderInteractionSummary

Remarks

Required

In this article
Back to top