Show / Hide Table of Contents

Class NewsReports

Logical grouping used for Operations Insights news reports related operations.

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

Properties

NewsReportsProp

Declaration
[JsonProperty(PropertyName = "newsReports")]
public object NewsReportsProp { get; set; }
Property Value
Type Description
object

News report object.

In this article
Back to top