Class GenericInsight (0.1.6)

GenericInsight(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A generic insight about an asset.

Attributes

NameDescription
message_id int
Output only. Represents a globally unique message id for this insight, can be used for localization purposes, in case message_code is not yet known by the client use default_message instead.
default_message str
Output only. In case message_code is not yet known by the client default_message will be the message to be used instead.
additional_information MutableSequence[str]
Output only. Additional information about the insight, each entry can be a logical entry and must make sense if it is displayed with line breaks between each entry. Text can contain md style links.