Show / Hide Table of Contents

Class AssetAggregationCollection

The result of an analytics aggregation on a set of assets.

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

Properties

Items

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

List of asset aggregations.

Remarks

Required

In this article
Back to top