Class Id
Id and name of a resource to simplify the display for the user.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class Id
Properties
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | User-friendly name. |
Remarks
Required
IdProp
Declaration
[Required(ErrorMessage = "IdProp is required.")]
[JsonProperty(PropertyName = "id")]
public string IdProp { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the resource that is immutable on creation. |
Remarks
Required