INPUT_OBJECT

ObservationTaggingRulePropertyInput

Input to update Property to be added to Observation tags

link GraphQL Schema definition

  • input ObservationTaggingRulePropertyInput {
  • # Key name for extraction/composition tag to be added
  • destinationKeyName: String
  • # Key for a static tag
  • key: String
  • # Pattern to extract tag value from already existing tag
  • observationTaggingPattern: String
  • # Template to form composition tags
  • observationTaggingTemplate: String
  • # Key name from which pattern is to be extracted
  • sourceKeyName: String
  • # Value for the key of static tag
  • value: String
  • }