Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 996 Bytes

Components.Schemas.ArrayOfExpoTokenResponses.md

File metadata and controls

57 lines (40 loc) · 996 Bytes

STRUCT

Components.Schemas.ArrayOfExpoTokenResponses

Contents

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

Properties

data

public var data: [Components.Schemas.ExpoTokenResponse]?
  • Remark: Generated from #/components/schemas/ArrayOfExpoTokenResponses/data.

links

public var links: Components.Schemas.Links?
  • Remark: Generated from #/components/schemas/ArrayOfExpoTokenResponses/links.

Methods

init(data:links:)

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

Creates a new ArrayOfExpoTokenResponses.

  • Parameters:
    • data:
    • links:

Parameters

Name Description
data
links