update go docs and examples

This commit is contained in:
darrell-thobe-sp
2025-05-13 11:12:04 -04:00
parent 43fe2ffd30
commit d89039d220
580 changed files with 62492 additions and 25327 deletions

View File

@@ -15,9 +15,9 @@ tags: ['SDK', 'Software Development Kit', 'SpConfigRule', 'BetaSpConfigRule']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Path** | Pointer to **string** | JSONPath expression denoting the path within the object where a value substitution should be applied | [optional]
**Path** | Pointer to **string** | JSONPath expression denoting the path within the object where a value substitution should be applied. | [optional]
**Value** | Pointer to [**NullableSpConfigRuleValue**](sp-config-rule-value) | | [optional]
**Modes** | Pointer to **[]string** | Draft modes to which this rule will apply | [optional]
**Modes** | Pointer to **[]string** | Draft modes the rule will apply to. | [optional]
## Methods