Class Parameter
Parameters that a resource category supports.
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class ParameterProperties
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Parameter name. | 
Remarks
Required
Pattern
Declaration
[JsonProperty(PropertyName = "pattern")]
public string Pattern { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Java regex pattern to validate a parameter value. | 
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public Parameter.TypeEnum? Type { get; set; }Property Value
| Type | Description | 
|---|---|
| Parameter.TypeEnum? | 
Remarks
Required