@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Variable activationKeyConst

    activationKey: {
        segment: (
            fields: SegmentIdKeyFields,
        ) => { type: "segment_id"; segment_id: string };
        keyValue: (
            fields: KeyValueKeyFields,
        ) => { type: "key_value"; key: string; value: string };
    } = ...

    Grouped accessor for both ActivationKey variants.

    Type Declaration

    • Readonlysegment: (fields: SegmentIdKeyFields) => { type: "segment_id"; segment_id: string }
    • ReadonlykeyValue: (fields: KeyValueKeyFields) => { type: "key_value"; key: string; value: string }