bunnyshell.com/sdk@v0.16.0/docs/TemplateValidateAction.md (about) 1 # TemplateValidateAction 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Source** | Pointer to [**TemplateValidateActionSource**](TemplateValidateActionSource.md) | | [optional] 8 9 ## Methods 10 11 ### NewTemplateValidateAction 12 13 `func NewTemplateValidateAction() *TemplateValidateAction` 14 15 NewTemplateValidateAction instantiates a new TemplateValidateAction object 16 This constructor will assign default values to properties that have it defined, 17 and makes sure properties required by API are set, but the set of arguments 18 will change when the set of required properties is changed 19 20 ### NewTemplateValidateActionWithDefaults 21 22 `func NewTemplateValidateActionWithDefaults() *TemplateValidateAction` 23 24 NewTemplateValidateActionWithDefaults instantiates a new TemplateValidateAction object 25 This constructor will only assign default values to properties that have it defined, 26 but it doesn't guarantee that properties required by API are set 27 28 ### GetSource 29 30 `func (o *TemplateValidateAction) GetSource() TemplateValidateActionSource` 31 32 GetSource returns the Source field if non-nil, zero value otherwise. 33 34 ### GetSourceOk 35 36 `func (o *TemplateValidateAction) GetSourceOk() (*TemplateValidateActionSource, bool)` 37 38 GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise 39 and a boolean to check if the value has been set. 40 41 ### SetSource 42 43 `func (o *TemplateValidateAction) SetSource(v TemplateValidateActionSource)` 44 45 SetSource sets Source field to given value. 46 47 ### HasSource 48 49 `func (o *TemplateValidateAction) HasSource() bool` 50 51 HasSource returns a boolean if a field has been set. 52 53 54 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 56