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
- String :
- # Key for a static tag
- String :
- # Pattern to extract tag value from already existing tag
- String :
- # Template to form composition tags
- String :
- # Key name from which pattern is to be extracted
- String :
- # Value for the key of static tag
- String :
- }