bunnyshell.com/sdk@v0.16.0/docs/ValidateSourceString.md (about) 1 # ValidateSourceString 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Type** | Pointer to **string** | | [optional] [default to "string"] 8 **BunnyshellYaml** | **string** | | 9 **TemplateYaml** | **string** | | 10 **ValidateComponents** | Pointer to **bool** | | [optional] 11 **ValidateForOrganizationId** | Pointer to **NullableString** | | [optional] 12 13 ## Methods 14 15 ### NewValidateSourceString 16 17 `func NewValidateSourceString(bunnyshellYaml string, templateYaml string, ) *ValidateSourceString` 18 19 NewValidateSourceString instantiates a new ValidateSourceString object 20 This constructor will assign default values to properties that have it defined, 21 and makes sure properties required by API are set, but the set of arguments 22 will change when the set of required properties is changed 23 24 ### NewValidateSourceStringWithDefaults 25 26 `func NewValidateSourceStringWithDefaults() *ValidateSourceString` 27 28 NewValidateSourceStringWithDefaults instantiates a new ValidateSourceString object 29 This constructor will only assign default values to properties that have it defined, 30 but it doesn't guarantee that properties required by API are set 31 32 ### GetType 33 34 `func (o *ValidateSourceString) GetType() string` 35 36 GetType returns the Type field if non-nil, zero value otherwise. 37 38 ### GetTypeOk 39 40 `func (o *ValidateSourceString) GetTypeOk() (*string, bool)` 41 42 GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise 43 and a boolean to check if the value has been set. 44 45 ### SetType 46 47 `func (o *ValidateSourceString) SetType(v string)` 48 49 SetType sets Type field to given value. 50 51 ### HasType 52 53 `func (o *ValidateSourceString) HasType() bool` 54 55 HasType returns a boolean if a field has been set. 56 57 ### GetBunnyshellYaml 58 59 `func (o *ValidateSourceString) GetBunnyshellYaml() string` 60 61 GetBunnyshellYaml returns the BunnyshellYaml field if non-nil, zero value otherwise. 62 63 ### GetBunnyshellYamlOk 64 65 `func (o *ValidateSourceString) GetBunnyshellYamlOk() (*string, bool)` 66 67 GetBunnyshellYamlOk returns a tuple with the BunnyshellYaml field if it's non-nil, zero value otherwise 68 and a boolean to check if the value has been set. 69 70 ### SetBunnyshellYaml 71 72 `func (o *ValidateSourceString) SetBunnyshellYaml(v string)` 73 74 SetBunnyshellYaml sets BunnyshellYaml field to given value. 75 76 77 ### GetTemplateYaml 78 79 `func (o *ValidateSourceString) GetTemplateYaml() string` 80 81 GetTemplateYaml returns the TemplateYaml field if non-nil, zero value otherwise. 82 83 ### GetTemplateYamlOk 84 85 `func (o *ValidateSourceString) GetTemplateYamlOk() (*string, bool)` 86 87 GetTemplateYamlOk returns a tuple with the TemplateYaml field if it's non-nil, zero value otherwise 88 and a boolean to check if the value has been set. 89 90 ### SetTemplateYaml 91 92 `func (o *ValidateSourceString) SetTemplateYaml(v string)` 93 94 SetTemplateYaml sets TemplateYaml field to given value. 95 96 97 ### GetValidateComponents 98 99 `func (o *ValidateSourceString) GetValidateComponents() bool` 100 101 GetValidateComponents returns the ValidateComponents field if non-nil, zero value otherwise. 102 103 ### GetValidateComponentsOk 104 105 `func (o *ValidateSourceString) GetValidateComponentsOk() (*bool, bool)` 106 107 GetValidateComponentsOk returns a tuple with the ValidateComponents field if it's non-nil, zero value otherwise 108 and a boolean to check if the value has been set. 109 110 ### SetValidateComponents 111 112 `func (o *ValidateSourceString) SetValidateComponents(v bool)` 113 114 SetValidateComponents sets ValidateComponents field to given value. 115 116 ### HasValidateComponents 117 118 `func (o *ValidateSourceString) HasValidateComponents() bool` 119 120 HasValidateComponents returns a boolean if a field has been set. 121 122 ### GetValidateForOrganizationId 123 124 `func (o *ValidateSourceString) GetValidateForOrganizationId() string` 125 126 GetValidateForOrganizationId returns the ValidateForOrganizationId field if non-nil, zero value otherwise. 127 128 ### GetValidateForOrganizationIdOk 129 130 `func (o *ValidateSourceString) GetValidateForOrganizationIdOk() (*string, bool)` 131 132 GetValidateForOrganizationIdOk returns a tuple with the ValidateForOrganizationId field if it's non-nil, zero value otherwise 133 and a boolean to check if the value has been set. 134 135 ### SetValidateForOrganizationId 136 137 `func (o *ValidateSourceString) SetValidateForOrganizationId(v string)` 138 139 SetValidateForOrganizationId sets ValidateForOrganizationId field to given value. 140 141 ### HasValidateForOrganizationId 142 143 `func (o *ValidateSourceString) HasValidateForOrganizationId() bool` 144 145 HasValidateForOrganizationId returns a boolean if a field has been set. 146 147 ### SetValidateForOrganizationIdNil 148 149 `func (o *ValidateSourceString) SetValidateForOrganizationIdNil(b bool)` 150 151 SetValidateForOrganizationIdNil sets the value for ValidateForOrganizationId to be an explicit nil 152 153 ### UnsetValidateForOrganizationId 154 `func (o *ValidateSourceString) UnsetValidateForOrganizationId()` 155 156 UnsetValidateForOrganizationId ensures that no value is present for ValidateForOrganizationId, not even an explicit nil 157 158 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 159 160