Show / Hide Table of Contents

Class ResourceTypeCollection

This is the collection of resource types supported by resource scheduler.

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

Properties

Items

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

This is the collection of resource types supported by resource scheduler.

Remarks

Required

In this article
Back to top