bunnyshell.com/sdk@v0.16.0/docs/TemplateValidateActionSource.md (about)

     1  # TemplateValidateActionSource
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Type** | Pointer to **string** |  | [optional] [default to "string"]
     8  **Url** | **string** |  | 
     9  **Ref** | **string** |  | 
    10  **DirPath** | **string** |  | 
    11  **OrganizationId** | **string** |  | 
    12  **ValidateComponents** | Pointer to **bool** |  | [optional] 
    13  **BunnyshellYaml** | **string** |  | 
    14  **TemplateYaml** | **string** |  | 
    15  **ValidateForOrganizationId** | Pointer to **NullableString** |  | [optional] 
    16  
    17  ## Methods
    18  
    19  ### NewTemplateValidateActionSource
    20  
    21  `func NewTemplateValidateActionSource(url string, ref string, dirPath string, organizationId string, bunnyshellYaml string, templateYaml string, ) *TemplateValidateActionSource`
    22  
    23  NewTemplateValidateActionSource instantiates a new TemplateValidateActionSource object
    24  This constructor will assign default values to properties that have it defined,
    25  and makes sure properties required by API are set, but the set of arguments
    26  will change when the set of required properties is changed
    27  
    28  ### NewTemplateValidateActionSourceWithDefaults
    29  
    30  `func NewTemplateValidateActionSourceWithDefaults() *TemplateValidateActionSource`
    31  
    32  NewTemplateValidateActionSourceWithDefaults instantiates a new TemplateValidateActionSource object
    33  This constructor will only assign default values to properties that have it defined,
    34  but it doesn't guarantee that properties required by API are set
    35  
    36  ### GetType
    37  
    38  `func (o *TemplateValidateActionSource) GetType() string`
    39  
    40  GetType returns the Type field if non-nil, zero value otherwise.
    41  
    42  ### GetTypeOk
    43  
    44  `func (o *TemplateValidateActionSource) GetTypeOk() (*string, bool)`
    45  
    46  GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
    47  and a boolean to check if the value has been set.
    48  
    49  ### SetType
    50  
    51  `func (o *TemplateValidateActionSource) SetType(v string)`
    52  
    53  SetType sets Type field to given value.
    54  
    55  ### HasType
    56  
    57  `func (o *TemplateValidateActionSource) HasType() bool`
    58  
    59  HasType returns a boolean if a field has been set.
    60  
    61  ### GetUrl
    62  
    63  `func (o *TemplateValidateActionSource) GetUrl() string`
    64  
    65  GetUrl returns the Url field if non-nil, zero value otherwise.
    66  
    67  ### GetUrlOk
    68  
    69  `func (o *TemplateValidateActionSource) GetUrlOk() (*string, bool)`
    70  
    71  GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise
    72  and a boolean to check if the value has been set.
    73  
    74  ### SetUrl
    75  
    76  `func (o *TemplateValidateActionSource) SetUrl(v string)`
    77  
    78  SetUrl sets Url field to given value.
    79  
    80  
    81  ### GetRef
    82  
    83  `func (o *TemplateValidateActionSource) GetRef() string`
    84  
    85  GetRef returns the Ref field if non-nil, zero value otherwise.
    86  
    87  ### GetRefOk
    88  
    89  `func (o *TemplateValidateActionSource) GetRefOk() (*string, bool)`
    90  
    91  GetRefOk returns a tuple with the Ref field if it's non-nil, zero value otherwise
    92  and a boolean to check if the value has been set.
    93  
    94  ### SetRef
    95  
    96  `func (o *TemplateValidateActionSource) SetRef(v string)`
    97  
    98  SetRef sets Ref field to given value.
    99  
   100  
   101  ### GetDirPath
   102  
   103  `func (o *TemplateValidateActionSource) GetDirPath() string`
   104  
   105  GetDirPath returns the DirPath field if non-nil, zero value otherwise.
   106  
   107  ### GetDirPathOk
   108  
   109  `func (o *TemplateValidateActionSource) GetDirPathOk() (*string, bool)`
   110  
   111  GetDirPathOk returns a tuple with the DirPath field if it's non-nil, zero value otherwise
   112  and a boolean to check if the value has been set.
   113  
   114  ### SetDirPath
   115  
   116  `func (o *TemplateValidateActionSource) SetDirPath(v string)`
   117  
   118  SetDirPath sets DirPath field to given value.
   119  
   120  
   121  ### GetOrganizationId
   122  
   123  `func (o *TemplateValidateActionSource) GetOrganizationId() string`
   124  
   125  GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.
   126  
   127  ### GetOrganizationIdOk
   128  
   129  `func (o *TemplateValidateActionSource) GetOrganizationIdOk() (*string, bool)`
   130  
   131  GetOrganizationIdOk returns a tuple with the OrganizationId field if it's non-nil, zero value otherwise
   132  and a boolean to check if the value has been set.
   133  
   134  ### SetOrganizationId
   135  
   136  `func (o *TemplateValidateActionSource) SetOrganizationId(v string)`
   137  
   138  SetOrganizationId sets OrganizationId field to given value.
   139  
   140  
   141  ### GetValidateComponents
   142  
   143  `func (o *TemplateValidateActionSource) GetValidateComponents() bool`
   144  
   145  GetValidateComponents returns the ValidateComponents field if non-nil, zero value otherwise.
   146  
   147  ### GetValidateComponentsOk
   148  
   149  `func (o *TemplateValidateActionSource) GetValidateComponentsOk() (*bool, bool)`
   150  
   151  GetValidateComponentsOk returns a tuple with the ValidateComponents field if it's non-nil, zero value otherwise
   152  and a boolean to check if the value has been set.
   153  
   154  ### SetValidateComponents
   155  
   156  `func (o *TemplateValidateActionSource) SetValidateComponents(v bool)`
   157  
   158  SetValidateComponents sets ValidateComponents field to given value.
   159  
   160  ### HasValidateComponents
   161  
   162  `func (o *TemplateValidateActionSource) HasValidateComponents() bool`
   163  
   164  HasValidateComponents returns a boolean if a field has been set.
   165  
   166  ### GetBunnyshellYaml
   167  
   168  `func (o *TemplateValidateActionSource) GetBunnyshellYaml() string`
   169  
   170  GetBunnyshellYaml returns the BunnyshellYaml field if non-nil, zero value otherwise.
   171  
   172  ### GetBunnyshellYamlOk
   173  
   174  `func (o *TemplateValidateActionSource) GetBunnyshellYamlOk() (*string, bool)`
   175  
   176  GetBunnyshellYamlOk returns a tuple with the BunnyshellYaml field if it's non-nil, zero value otherwise
   177  and a boolean to check if the value has been set.
   178  
   179  ### SetBunnyshellYaml
   180  
   181  `func (o *TemplateValidateActionSource) SetBunnyshellYaml(v string)`
   182  
   183  SetBunnyshellYaml sets BunnyshellYaml field to given value.
   184  
   185  
   186  ### GetTemplateYaml
   187  
   188  `func (o *TemplateValidateActionSource) GetTemplateYaml() string`
   189  
   190  GetTemplateYaml returns the TemplateYaml field if non-nil, zero value otherwise.
   191  
   192  ### GetTemplateYamlOk
   193  
   194  `func (o *TemplateValidateActionSource) GetTemplateYamlOk() (*string, bool)`
   195  
   196  GetTemplateYamlOk returns a tuple with the TemplateYaml field if it's non-nil, zero value otherwise
   197  and a boolean to check if the value has been set.
   198  
   199  ### SetTemplateYaml
   200  
   201  `func (o *TemplateValidateActionSource) SetTemplateYaml(v string)`
   202  
   203  SetTemplateYaml sets TemplateYaml field to given value.
   204  
   205  
   206  ### GetValidateForOrganizationId
   207  
   208  `func (o *TemplateValidateActionSource) GetValidateForOrganizationId() string`
   209  
   210  GetValidateForOrganizationId returns the ValidateForOrganizationId field if non-nil, zero value otherwise.
   211  
   212  ### GetValidateForOrganizationIdOk
   213  
   214  `func (o *TemplateValidateActionSource) GetValidateForOrganizationIdOk() (*string, bool)`
   215  
   216  GetValidateForOrganizationIdOk returns a tuple with the ValidateForOrganizationId field if it's non-nil, zero value otherwise
   217  and a boolean to check if the value has been set.
   218  
   219  ### SetValidateForOrganizationId
   220  
   221  `func (o *TemplateValidateActionSource) SetValidateForOrganizationId(v string)`
   222  
   223  SetValidateForOrganizationId sets ValidateForOrganizationId field to given value.
   224  
   225  ### HasValidateForOrganizationId
   226  
   227  `func (o *TemplateValidateActionSource) HasValidateForOrganizationId() bool`
   228  
   229  HasValidateForOrganizationId returns a boolean if a field has been set.
   230  
   231  ### SetValidateForOrganizationIdNil
   232  
   233  `func (o *TemplateValidateActionSource) SetValidateForOrganizationIdNil(b bool)`
   234  
   235   SetValidateForOrganizationIdNil sets the value for ValidateForOrganizationId to be an explicit nil
   236  
   237  ### UnsetValidateForOrganizationId
   238  `func (o *TemplateValidateActionSource) UnsetValidateForOrganizationId()`
   239  
   240  UnsetValidateForOrganizationId ensures that no value is present for ValidateForOrganizationId, not even an explicit nil
   241  
   242  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   243  
   244