Class UserDefinedProperties
User defined properties
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class UserDefinedProperties
Properties
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A user-friendly description. Does not have to be unique, and it's changeable. Avoid entering confidential information. |
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. |
Remarks
Required
HelpLinkText
Declaration
[JsonProperty(PropertyName = "helpLinkText")]
public string HelpLinkText { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The Help link text. |
HelpLinkUrl
Declaration
[JsonProperty(PropertyName = "helpLinkUrl")]
public string HelpLinkUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The Help URL. |
Properties
Declaration
[JsonProperty(PropertyName = "properties")]
public List<UserDefinedProperty> Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| List<UserDefinedProperty> | Array of user defined properties. |