Class TriggersCollection
Results of a Trigger search. Contains boh TriggerSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
public class TriggersCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TriggerSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<TriggerSummary> | List of TriggerSummary. |
Remarks
Required