Show / Hide Table of Contents

Class ConfigurationItemsCollection

Collection of configuration item summary objects.

Inheritance
object
ConfigurationItemsCollection
UxConfigurationItemsCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
[JsonConverter(typeof(ConfigurationItemsCollectionModelConverter))]
public class ConfigurationItemsCollection

Properties

ConfigItems

Declaration
[JsonProperty(PropertyName = "configItems")]
public List<ConfigurationItemSummary> ConfigItems { get; set; }
Property Value
Type Description
List<ConfigurationItemSummary>

Array of configuration item summary objects.

In this article
Back to top