ArrayOfWebPushTokenResponses

STRUCT

Contents

public struct ArrayOfWebPushTokenResponses: Codable, Hashable, Sendable
  • Remark: Generated from #/components/schemas/ArrayOfWebPushTokenResponses.

Properties

data

public var data: [Components.Schemas.WebPushTokenResponse]?
  • Remark: Generated from #/components/schemas/ArrayOfWebPushTokenResponses/data.
public var links: Components.Schemas.Links?
  • Remark: Generated from #/components/schemas/ArrayOfWebPushTokenResponses/links.

Methods

public init(
    data: [Components.Schemas.WebPushTokenResponse]? = nil,
    links: Components.Schemas.Links? = nil
)

Creates a new ArrayOfWebPushTokenResponses.

  • Parameters:
    • data:
    • links:

Parameters

Name Description
data
links