struct OpenAPI::Link
- OpenAPI::Link
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- OpenAPI::Object
- YAML::Serializable
Defined in:
open_api/link.crConstructors
Instance Method Summary
- #description : String | Nil
- #operation_id : String | Nil
- #operation_ref : String | Nil
- #parameters : Hash(String, JSON::Any::Type) | Nil
- #request_body : Hash(String, JSON::Any::Type) | Nil
- #server : Server | Nil