Class Category
Categories for resources.
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class CategoryProperties
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Category display name. Avoid entering confidential information. | 
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Category name. | 
Parameters
Declaration
[JsonProperty(PropertyName = "parameters")]
public List<Parameter> Parameters { get; set; }Property Value
| Type | Description | 
|---|---|
| List<Parameter> | Parameters the category supports. |