INPUT_OBJECT

MetricDefinition_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input MetricDefinition_Filter {
  • # Locally unique identifier used for the REST API on the Tableau Server.
  • luid: String
  • # Locally unique identifier used for the REST API on the Tableau Server.
  • luidWithin: [String]
  • # Name of the metric definition.
  • name: String
  • # Name of the metric definition.
  • nameWithin: [String]
  • # Unique identifier used by the Metadata API. Not the same as the locally unique
  • # identifier used with the REST API.
  • id: ID
  • # Unique identifier used by the Metadata API. Not the same as the locally unique
  • # identifier used with the REST API.
  • idWithin: [ID]
  • }

link Require by