Class QueryParameterValidationItem
Query parameter validation properties.
Inherited Members
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class QueryParameterValidationItemProperties
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Parameter name. | 
Remarks
Required
Required
Declaration
[JsonProperty(PropertyName = "required")]
public bool? Required { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Determines if the parameter is required in the request. |