Travis CI API Docs

Message

An individual Message.

Attributes

Minimal Representation

Included when the resource is returned as part of another resource.

NameTypeDescription
idIntegerThe message's id.
levelStringThe message's level.
keyStringThe message's key.
codeStringThe message's code.
argsJsonThe message's args.
srcUnknownThe message's src.
lineUnknownThe message's line.

Standard Representation

Included when the resource is the main response of a request, or is eager loaded.

NameTypeDescription
idIntegerThe message's id.
levelStringThe message's level.
keyStringThe message's key.
codeStringThe message's code.
argsJsonThe message's args.
srcUnknownThe message's src.
lineUnknownThe message's line.