AddProxyResponseLinks
struct AddProxyResponseLinks : Codable, Equatable
HAL links associated with the AddProxyResponse
.
-
HAL link to the response resource.
Declaration
Swift
public let linksSelf: ResponseLink
-
Creates an instance of
AddProxyResponseLinks
with the specified link.Declaration
Swift
public init(linksSelf: ResponseLink)
Parameters
linksSelf
HAL link to the response resource.