Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | [readonly] | |
Url | string | [readonly] | |
Display | string | [readonly] | |
Name | string | ||
Description | Pointer to string | [optional] | |
EnvironmentParams | Pointer to interface{} | Any <a href="https://jinja.palletsprojects.com/en/3.1.x/api/#jinja2.Environment\">additional parameters</a> to pass when constructing the Jinja2 environment. | [optional] |
TemplateCode | string | Jinja2 template code. | |
DataSource | Pointer to NestedDataSource | [optional] | |
DataPath | string | Path to remote file (relative to data source root) | [readonly] |
DataFile | Pointer to NestedDataFile | [optional] | |
DataSynced | NullableTime | [readonly] | |
Tags | Pointer to []NestedTag | [optional] | |
Created | NullableTime | [readonly] | |
LastUpdated | NullableTime | [readonly] |
func NewConfigTemplate(id int32, url string, display string, name string, templateCode string, dataPath string, dataSynced NullableTime, created NullableTime, lastUpdated NullableTime, ) *ConfigTemplate
NewConfigTemplate instantiates a new ConfigTemplate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConfigTemplateWithDefaults() *ConfigTemplate
NewConfigTemplateWithDefaults instantiates a new ConfigTemplate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ConfigTemplate) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ConfigTemplate) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigTemplate) SetId(v int32)
SetId sets Id field to given value.
func (o *ConfigTemplate) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *ConfigTemplate) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigTemplate) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *ConfigTemplate) GetDisplay() string
GetDisplay returns the Display field if non-nil, zero value otherwise.
func (o *ConfigTemplate) GetDisplayOk() (*string, bool)
GetDisplayOk returns a tuple with the Display field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigTemplate) SetDisplay(v string)
SetDisplay sets Display field to given value.
func (o *ConfigTemplate) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ConfigTemplate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigTemplate) SetName(v string)
SetName sets Name field to given value.
func (o *ConfigTemplate) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ConfigTemplate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigTemplate) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ConfigTemplate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ConfigTemplate) GetEnvironmentParams() interface{}
GetEnvironmentParams returns the EnvironmentParams field if non-nil, zero value otherwise.
func (o *ConfigTemplate) GetEnvironmentParamsOk() (*interface{}, bool)
GetEnvironmentParamsOk returns a tuple with the EnvironmentParams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigTemplate) SetEnvironmentParams(v interface{})
SetEnvironmentParams sets EnvironmentParams field to given value.
func (o *ConfigTemplate) HasEnvironmentParams() bool
HasEnvironmentParams returns a boolean if a field has been set.
func (o *ConfigTemplate) SetEnvironmentParamsNil(b bool)
SetEnvironmentParamsNil sets the value for EnvironmentParams to be an explicit nil
func (o *ConfigTemplate) UnsetEnvironmentParams()
UnsetEnvironmentParams ensures that no value is present for EnvironmentParams, not even an explicit nil
func (o *ConfigTemplate) GetTemplateCode() string
GetTemplateCode returns the TemplateCode field if non-nil, zero value otherwise.
func (o *ConfigTemplate) GetTemplateCodeOk() (*string, bool)
GetTemplateCodeOk returns a tuple with the TemplateCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigTemplate) SetTemplateCode(v string)
SetTemplateCode sets TemplateCode field to given value.
func (o *ConfigTemplate) GetDataSource() NestedDataSource
GetDataSource returns the DataSource field if non-nil, zero value otherwise.
func (o *ConfigTemplate) GetDataSourceOk() (*NestedDataSource, bool)
GetDataSourceOk returns a tuple with the DataSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigTemplate) SetDataSource(v NestedDataSource)
SetDataSource sets DataSource field to given value.
func (o *ConfigTemplate) HasDataSource() bool
HasDataSource returns a boolean if a field has been set.
func (o *ConfigTemplate) GetDataPath() string
GetDataPath returns the DataPath field if non-nil, zero value otherwise.
func (o *ConfigTemplate) GetDataPathOk() (*string, bool)
GetDataPathOk returns a tuple with the DataPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigTemplate) SetDataPath(v string)
SetDataPath sets DataPath field to given value.
func (o *ConfigTemplate) GetDataFile() NestedDataFile
GetDataFile returns the DataFile field if non-nil, zero value otherwise.
func (o *ConfigTemplate) GetDataFileOk() (*NestedDataFile, bool)
GetDataFileOk returns a tuple with the DataFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigTemplate) SetDataFile(v NestedDataFile)
SetDataFile sets DataFile field to given value.
func (o *ConfigTemplate) HasDataFile() bool
HasDataFile returns a boolean if a field has been set.
func (o *ConfigTemplate) GetDataSynced() time.Time
GetDataSynced returns the DataSynced field if non-nil, zero value otherwise.
func (o *ConfigTemplate) GetDataSyncedOk() (*time.Time, bool)
GetDataSyncedOk returns a tuple with the DataSynced field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigTemplate) SetDataSynced(v time.Time)
SetDataSynced sets DataSynced field to given value.
func (o *ConfigTemplate) SetDataSyncedNil(b bool)
SetDataSyncedNil sets the value for DataSynced to be an explicit nil
func (o *ConfigTemplate) UnsetDataSynced()
UnsetDataSynced ensures that no value is present for DataSynced, not even an explicit nil
func (o *ConfigTemplate) GetTags() []NestedTag
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ConfigTemplate) GetTagsOk() (*[]NestedTag, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigTemplate) SetTags(v []NestedTag)
SetTags sets Tags field to given value.
func (o *ConfigTemplate) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *ConfigTemplate) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *ConfigTemplate) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigTemplate) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *ConfigTemplate) SetCreatedNil(b bool)
SetCreatedNil sets the value for Created to be an explicit nil
func (o *ConfigTemplate) UnsetCreated()
UnsetCreated ensures that no value is present for Created, not even an explicit nil
func (o *ConfigTemplate) GetLastUpdated() time.Time
GetLastUpdated returns the LastUpdated field if non-nil, zero value otherwise.
func (o *ConfigTemplate) GetLastUpdatedOk() (*time.Time, bool)
GetLastUpdatedOk returns a tuple with the LastUpdated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigTemplate) SetLastUpdated(v time.Time)
SetLastUpdated sets LastUpdated field to given value.
func (o *ConfigTemplate) SetLastUpdatedNil(b bool)
SetLastUpdatedNil sets the value for LastUpdated to be an explicit nil
func (o *ConfigTemplate) UnsetLastUpdated()
UnsetLastUpdated ensures that no value is present for LastUpdated, not even an explicit nil