Definition
Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models.Integrations Inheritance: System.ObjectSyntax
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
objectSyntax
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
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?