Class ResourceTypeCollection
This is the collection of resource types supported by resource scheduler.
Inherited Members
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