Class AssessorCheckGroup
Assessor Check Group
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class AssessorCheckGroup
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
IsExpanded
Declaration
[JsonProperty(PropertyName = "isExpanded")]
public bool? IsExpanded { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | True if the group is expanded, false otherwise. |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Assessor Check Group name, e.g. ADVANCED. |
Remarks
Required