Show / Hide Table of Contents

Class UpdateResourceDetails

Details about updates to the resource.

Inheritance
object
UpdateResourceDetails
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 UpdateResourceDetails

Properties

Item

Declaration
[JsonProperty(PropertyName = "item")]
public UpdateItemDetails Item { get; set; }
Property Value
Type Description
UpdateItemDetails
In this article
Back to top