Skip to main content

Definition

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

Syntax

Mintlify.Core.Models.Integrations.SegmentConfig

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

public SegmentConfig()

.ctor Inherited

Inherited from object

Syntax

public Object()

Properties

Key

Gets or sets the Segment write key.

Syntax

public string Key { get; set; }

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

public virtual bool Equals(object obj)

Parameters

NameTypeDescription
objobject?-

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

public static bool Equals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

public virtual int GetHashCode()

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

public System.Type GetType()

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

protected internal object MemberwiseClone()

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

public static bool ReferenceEquals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

public virtual string ToString()

Returns

Type: string?