Show / Hide Table of Contents

Class CryptoAnalysisResultCollection

List of Crypto event analysis results.

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

Properties

Items

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

A list of Crypto Event Analysis results.

Remarks

Required

In this article
Back to top