Preview

MarketplaceSettingMapValue is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

MarketplaceSettingMapValue

Map marketplace setting value.

This page contains

    Fields

    map: [MarketplaceSettingMapValuePair!]! PREVIEW

    Key-value pairs in the map.

    keyType: String!

    Primitive type name of map keys.

    keyValidation: String

    Optional validation rule applied to map keys.

    valueType: String!

    Primitive type name of map values.

    valueValidation: String

    Optional validation rule applied to map values.