Click or drag to resize

OperationCodePath Property

Gets the Path of the operation that is specified in OpenAPI Specification.

Namespace:  Hummingbird.TestFramework.CodeGenerator
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string Path { get; set; }

Property Value

Type: String
The path, https://swagger.io/docs/specification/paths-and-operations/
See Also