GetFeedGeneratorResponse

data class GetFeedGeneratorResponse(val view: GeneratorView, val isOnline: Boolean, val isValid: Boolean)

Constructors

Link copied to clipboard
constructor(view: GeneratorView, isOnline: Boolean, isValid: Boolean)

Properties

Link copied to clipboard

Indicates whether the feed generator service has been online recently, or else seems to be inactive.

Link copied to clipboard

Indicates whether the feed generator service is compatible with the record declaration.

Link copied to clipboard