Skip to main content

Definition

Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models.Integrations Inheritance: System.Object

Syntax

Summary

Represents the configuration for Segment integration.

Remarks

Segment is a customer data platform that collects, transforms, and routes analytics data to various downstream tools. This configuration enables documentation event tracking to be sent to Segment, which can then forward the data to your configured destinations.

Constructors

.ctor

Syntax

.ctor Inherited

Inherited from object

Syntax

Properties

Key

Gets or sets the Segment write key.

Syntax

Property Value

Type: string?

Remarks

This is your Segment source’s write key, which identifies which Segment source should receive the events. You can find this key in your Segment source settings. All documentation events will be sent to this Segment source and then forwarded to your configured destinations.

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?