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; }
<DataMemberAttribute>
Public Property Path As String
Get
Set
public:
[DataMemberAttribute]
property String^ Path {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Path : string with get, set
Property Value
Type:
String
The path,
https://swagger.io/docs/specification/paths-and-operations/See Also