ProviderCatalog
constructor(name: String, url: String, canPaginate: Boolean, image: String? = null, providerId: String)(source)
Initializes a new instance of ProviderCatalog with the specified name, URL, pagination capability, and provider name.
Parameters
name
The name of the catalog.
url
The URL for accessing the catalog.
canPaginate
Indicates whether the catalog supports pagination.
image
An optional image associated with the catalog (default is null).
providerId
The name of the provider offering this catalog.