UpdateFieldAliasMappingInput
is used to input data to update a field alias mapping. It's a
preview and is still under development. It can change without
warning.
Table: UpdateFieldAliasMappingInput
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 23, 2024 | |||||
aliases | [AliasInfoInput ] | yes | Long-Term | A list of aliases. See AliasInfoInput . | |
aliasMappingId | string | yes | Long-Term | The alias mapping identifier. | |
name | string | Long-Term | The name of the Alias mapping. This overrides the existing name. If not given, it's unchanged. | ||
originalFieldsToKeep | [string] | yes | Long-Term | Source fields that are aliased, but should still be available in the query. This overrides the existing values. If not given, it's unchanged. | |
schemaId | string | yes | Long-Term | The unique identifier of the schema on which the alias mapping exists. | |
tags | [TagsInput ] | yes | Long-Term | The tags of the alias mapping. This overrides the existing tags. If not given, they're unchanged. See TagsInput . |