AutomationSuggestion

class AutomationSuggestion


The main representation of an automation suggestion.

Summary

Public constructors

AutomationSuggestion(
    suggestionId: Id,
    suggestionMetadata: SuggestionMetadata,
    suggestionInstance: BaseAutomation
)

Public functions

open String

Public constructors

AutomationSuggestion

AutomationSuggestion(
    suggestionId: Id,
    suggestionMetadata: SuggestionMetadata,
    suggestionInstance: BaseAutomation
)

Public functions

toString

open fun toString(): String

Public properties

suggestionId

val suggestionIdId

suggestionInstance

val suggestionInstanceBaseAutomation

suggestionMetadata

val suggestionMetadataSuggestionMetadata