ApiValidations¶
- 
class 
oci.apigateway.models.ApiValidations(**kwargs)¶ Bases:
objectThe result of validations conducted on the API.
Methods
__init__(**kwargs)Initializes a new ApiValidations object with values from keyword arguments. Attributes
validations[Required] Gets the validations of this ApiValidations. - 
__init__(**kwargs)¶ Initializes a new ApiValidations object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: validations (list[oci.apigateway.models.ApiValidationDetails]) – The value to assign to the validations property of this ApiValidations. 
- 
validations¶ [Required] Gets the validations of this ApiValidations. API validation results.
Returns: The validations of this ApiValidations. Return type: list[oci.apigateway.models.ApiValidationDetails] 
-