FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Slack.NotificationAttachmentParams Type

The Slack notification attachment parameter type

Record fields

Record Field Description

Color

Full Usage: Color

Field type: string

Color of the attachment text. Can be hex-value(e.g. "#AABBCC") or one of "'good', 'warning', 'danger'.

Field type: string

Fallback

Full Usage: Fallback

Field type: string

(Required) Text summary of the attachment that is shown by clients that understand attachments but choose not to show them

Field type: string

Fields

Full Usage: Fields

Field type: NotificationAttachmentFieldParams[]

Text to be displayed as a table below the message

Field type: NotificationAttachmentFieldParams[]

Pretext

Full Usage: Pretext

Field type: string

Text that should appear above the formatted data

Field type: string

Text

Full Usage: Text

Field type: string

Text that should appear within the attachment

Field type: string

Title

Full Usage: Title

Field type: string

The title of the attachment

Field type: string

TitleLink

Full Usage: TitleLink

Field type: string

Content to which the title should link

Field type: string