Show / Hide Table of Contents

Class ResponderActivityCollection

Provides a summary of responder activities and their corresponding count values.

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

Properties

Items

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

List of ResponderActivitySummary resources

Remarks

Required

In this article
Back to top