GetFeedGeneratorResponse

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

Constructors

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

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