Show / Hide Table of Contents

Class ResourceSummaryCollection

A summary representation of resources that matched the search criteria.

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

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<ResourceSummary> Items { get; set; }
Property Value
Type Description
List<ResourceSummary>

A list of resources.

In this article
Back to top