Show / Hide Table of Contents

Class ApiValidations

The result of validations conducted on the API.

Inheritance
object
ApiValidations
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class ApiValidations

Properties

Validations

Declaration
[Required(ErrorMessage = "Validations is required.")]
[JsonProperty(PropertyName = "validations")]
public List<ApiValidationDetails> Validations { get; set; }
Property Value
Type Description
List<ApiValidationDetails>

API validation results.

Remarks

Required

In this article
Back to top