Show / Hide Table of Contents

Class ConfigurationAggregation

The available configurations.

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

Properties

Items

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

The list of available configurations.

Remarks

Required

In this article
Back to top