# Functions
No description provided by the author
# Structs
ValidateParameterImplementationRequest contains the information available during a ValidateImplementation call to validate the function.Parameter definition.
ValidateParameterImplementationResponse contains the returned data from a ValidateImplementation method call to validate the function.Parameter implementation.
ValidateReturnImplementationRequest contains the information available during a ValidateImplementation call to validate the function.Return definition.
ValidateReturnImplementationResponse contains the returned data from a ValidateImplementation method call to validate the function.Return implementation.
# Interfaces
ParameterWithValidateImplementation is an optional interface on function.Parameter which enables validation of the provider-defined implementation for the function.Parameter.
ReturnWithValidateImplementation is an optional interface on function.Return which enables validation of the provider-defined implementation for the function.Return.