Click or drag to resize

OperationCodeResponseMetadata Property

Gets or sets the code block of a HttpResponseMetadata object generated from OpenAPI Specification

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

Property Value

Type: String
The response metadata.
See Also