Links
STRUCT
Contents
- Properties
first
next
prev
- Methods
init(first:next:prev:)
public struct Links: Codable, Hashable, Sendable
- Remark: Generated from
#/components/schemas/Links
.
Properties
first
public var first: Swift.String?
- Remark: Generated from
#/components/schemas/Links/first
.
next
public var next: Swift.String?
- Remark: Generated from
#/components/schemas/Links/next
.
prev
public var prev: Swift.String?
- Remark: Generated from
#/components/schemas/Links/prev
.
Methods
init(first:next:prev:)
public init(
first: Swift.String? = nil,
next: Swift.String? = nil,
prev: Swift.String? = nil
)
Creates a new Links
.
- Parameters:
- first:
- next:
- prev:
Parameters
Name | Description |
---|---|
first | |
next | |
prev |