Show / Hide Table of Contents

Class Resource

Details about the ticket item object.

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

Properties

Item

Declaration
[JsonProperty(PropertyName = "item")]
public Item Item { get; set; }
Property Value
Type Description
Item

Region

Declaration
[JsonProperty(PropertyName = "region")]
public string Region { get; set; }
Property Value
Type Description
string

The list of available Oracle Cloud Infrastructure regions.

In this article
Back to top