OpenApiExample.GetEffective(OpenApiDocument) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an effective OpenApiExample object based on the presence of a $ref
public Microsoft.OpenApi.Models.OpenApiExample GetEffective (Microsoft.OpenApi.Models.OpenApiDocument doc);
abstract member GetEffective : Microsoft.OpenApi.Models.OpenApiDocument -> Microsoft.OpenApi.Models.OpenApiExample
override this.GetEffective : Microsoft.OpenApi.Models.OpenApiDocument -> Microsoft.OpenApi.Models.OpenApiExample
Public Function GetEffective (doc As OpenApiDocument) As OpenApiExample
Parameters
- doc
- OpenApiDocument
The host OpenApiDocument that contains the reference.
Returns
OpenApiExample