Skip to content

Latest commit

 

History

History
389 lines (210 loc) · 10.6 KB

ConfigTemplate.md

File metadata and controls

389 lines (210 loc) · 10.6 KB

ConfigTemplate

Properties

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=&quot;https://jinja.palletsprojects.com/en/3.1.x/api/#jinja2.Environment\&quot;&gt;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]

Methods

NewConfigTemplate

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

NewConfigTemplateWithDefaults

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

GetId

func (o *ConfigTemplate) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ConfigTemplate) SetId(v int32)

SetId sets Id field to given value.

GetUrl

func (o *ConfigTemplate) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *ConfigTemplate) SetUrl(v string)

SetUrl sets Url field to given value.

GetDisplay

func (o *ConfigTemplate) GetDisplay() string

GetDisplay returns the Display field if non-nil, zero value otherwise.

GetDisplayOk

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.

SetDisplay

func (o *ConfigTemplate) SetDisplay(v string)

SetDisplay sets Display field to given value.

GetName

func (o *ConfigTemplate) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *ConfigTemplate) SetName(v string)

SetName sets Name field to given value.

GetDescription

func (o *ConfigTemplate) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *ConfigTemplate) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ConfigTemplate) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetEnvironmentParams

func (o *ConfigTemplate) GetEnvironmentParams() interface{}

GetEnvironmentParams returns the EnvironmentParams field if non-nil, zero value otherwise.

GetEnvironmentParamsOk

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.

SetEnvironmentParams

func (o *ConfigTemplate) SetEnvironmentParams(v interface{})

SetEnvironmentParams sets EnvironmentParams field to given value.

HasEnvironmentParams

func (o *ConfigTemplate) HasEnvironmentParams() bool

HasEnvironmentParams returns a boolean if a field has been set.

SetEnvironmentParamsNil

func (o *ConfigTemplate) SetEnvironmentParamsNil(b bool)

SetEnvironmentParamsNil sets the value for EnvironmentParams to be an explicit nil

UnsetEnvironmentParams

func (o *ConfigTemplate) UnsetEnvironmentParams()

UnsetEnvironmentParams ensures that no value is present for EnvironmentParams, not even an explicit nil

GetTemplateCode

func (o *ConfigTemplate) GetTemplateCode() string

GetTemplateCode returns the TemplateCode field if non-nil, zero value otherwise.

GetTemplateCodeOk

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.

SetTemplateCode

func (o *ConfigTemplate) SetTemplateCode(v string)

SetTemplateCode sets TemplateCode field to given value.

GetDataSource

func (o *ConfigTemplate) GetDataSource() NestedDataSource

GetDataSource returns the DataSource field if non-nil, zero value otherwise.

GetDataSourceOk

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.

SetDataSource

func (o *ConfigTemplate) SetDataSource(v NestedDataSource)

SetDataSource sets DataSource field to given value.

HasDataSource

func (o *ConfigTemplate) HasDataSource() bool

HasDataSource returns a boolean if a field has been set.

GetDataPath

func (o *ConfigTemplate) GetDataPath() string

GetDataPath returns the DataPath field if non-nil, zero value otherwise.

GetDataPathOk

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.

SetDataPath

func (o *ConfigTemplate) SetDataPath(v string)

SetDataPath sets DataPath field to given value.

GetDataFile

func (o *ConfigTemplate) GetDataFile() NestedDataFile

GetDataFile returns the DataFile field if non-nil, zero value otherwise.

GetDataFileOk

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.

SetDataFile

func (o *ConfigTemplate) SetDataFile(v NestedDataFile)

SetDataFile sets DataFile field to given value.

HasDataFile

func (o *ConfigTemplate) HasDataFile() bool

HasDataFile returns a boolean if a field has been set.

GetDataSynced

func (o *ConfigTemplate) GetDataSynced() time.Time

GetDataSynced returns the DataSynced field if non-nil, zero value otherwise.

GetDataSyncedOk

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.

SetDataSynced

func (o *ConfigTemplate) SetDataSynced(v time.Time)

SetDataSynced sets DataSynced field to given value.

SetDataSyncedNil

func (o *ConfigTemplate) SetDataSyncedNil(b bool)

SetDataSyncedNil sets the value for DataSynced to be an explicit nil

UnsetDataSynced

func (o *ConfigTemplate) UnsetDataSynced()

UnsetDataSynced ensures that no value is present for DataSynced, not even an explicit nil

GetTags

func (o *ConfigTemplate) GetTags() []NestedTag

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

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.

SetTags

func (o *ConfigTemplate) SetTags(v []NestedTag)

SetTags sets Tags field to given value.

HasTags

func (o *ConfigTemplate) HasTags() bool

HasTags returns a boolean if a field has been set.

GetCreated

func (o *ConfigTemplate) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

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.

SetCreated

func (o *ConfigTemplate) SetCreated(v time.Time)

SetCreated sets Created field to given value.

SetCreatedNil

func (o *ConfigTemplate) SetCreatedNil(b bool)

SetCreatedNil sets the value for Created to be an explicit nil

UnsetCreated

func (o *ConfigTemplate) UnsetCreated()

UnsetCreated ensures that no value is present for Created, not even an explicit nil

GetLastUpdated

func (o *ConfigTemplate) GetLastUpdated() time.Time

GetLastUpdated returns the LastUpdated field if non-nil, zero value otherwise.

GetLastUpdatedOk

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.

SetLastUpdated

func (o *ConfigTemplate) SetLastUpdated(v time.Time)

SetLastUpdated sets LastUpdated field to given value.

SetLastUpdatedNil

func (o *ConfigTemplate) SetLastUpdatedNil(b bool)

SetLastUpdatedNil sets the value for LastUpdated to be an explicit nil

UnsetLastUpdated

func (o *ConfigTemplate) UnsetLastUpdated()

UnsetLastUpdated ensures that no value is present for LastUpdated, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]