Class StreamGroupCollection
The results of a streamGroup search.
Inherited Members
Namespace: Oci.AivisionService.Models
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class StreamGroupCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<StreamGroupSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<StreamGroupSummary> | List of StreamGroups. |
Remarks
Required