Represents a BulkUpsertCustomerCustomAttributes request.
BulkUpsertCustomerCustomAttributesRequest
Name | Type | Tags | Description | Getter | Setter |
---|---|---|---|---|---|
values |
array<string,BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest> |
Required | A map containing 1 to 25 individual upsert requests. For each request, provide an arbitrary ID that is unique for this BulkUpsertCustomerCustomAttributes request and theinformation needed to create or update a custom attribute. |
getValues(): array | setValues(array values): void |
{
"values": {
"key0": {
"customer_id": "customer_id8",
"custom_attribute": {
"key": "key2",
"value": {
"key1": "val1",
"key2": "val2"
},
"version": 102,
"visibility": "VISIBILITY_READ_ONLY",
"definition": {
"key": "key0",
"schema": {
"key1": "val1",
"key2": "val2"
},
"name": "name0",
"description": "description0",
"visibility": "VISIBILITY_HIDDEN"
}
},
"idempotency_key": "idempotency_key6"
}
}
}