Show / Hide Table of Contents

Class ScriptCollection

The results of a script search, which contains both ScriptSummary items and other data in an APM domain.

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

Properties

Items

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

List of ScriptSummary items.

Remarks

Required

In this article
Back to top