CloudAccountLinkingAvailableAgentsPage

struct CloudAccountLinkingAvailableAgentsPage
extension CloudAccountLinkingAvailableAgentsPage : Equatable, Hashable, Sendable, SendableMetatype

A paginated response containing available linkable 3P agents and a pagination token.

  • The list of available 3P agents for the requested page.

    Declaration

    Swift

    let agents: [CloudAccountLinkingAgentMetadata]
  • The AIP-158 token to fetch the next page of results, or nil if no additional pages exist.

    Declaration

    Swift

    let nextPageToken: String?