Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | [readonly] | |
Url | string | [readonly] | |
Display | string | [readonly] | |
Name | string | ||
Weight | Pointer to int32 | [optional] | |
Description | Pointer to string | [optional] | |
IsActive | Pointer to bool | [optional] | |
Regions | Pointer to []int32 | [optional] | |
SiteGroups | Pointer to []int32 | [optional] | |
Sites | Pointer to []int32 | [optional] | |
Locations | Pointer to []int32 | [optional] | |
DeviceTypes | Pointer to []int32 | [optional] | |
Roles | Pointer to []int32 | [optional] | |
Platforms | Pointer to []int32 | [optional] | |
ClusterTypes | Pointer to []int32 | [optional] | |
ClusterGroups | Pointer to []int32 | [optional] | |
Clusters | Pointer to []int32 | [optional] | |
TenantGroups | Pointer to []int32 | [optional] | |
Tenants | Pointer to []int32 | [optional] | |
Tags | Pointer to []string | [optional] | |
DataSource | Pointer to NestedDataSource | [optional] | |
DataPath | string | Path to remote file (relative to data source root) | [readonly] |
DataFile | NestedDataFile | [readonly] | |
DataSynced | NullableTime | [readonly] | |
Data | interface{} | ||
Created | NullableTime | [readonly] | |
LastUpdated | NullableTime | [readonly] |
func NewConfigContext(id int32, url string, display string, name string, dataPath string, dataFile NestedDataFile, dataSynced NullableTime, data interface{}, created NullableTime, lastUpdated NullableTime, ) *ConfigContext
NewConfigContext instantiates a new ConfigContext 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 NewConfigContextWithDefaults() *ConfigContext
NewConfigContextWithDefaults instantiates a new ConfigContext 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 *ConfigContext) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ConfigContext) 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 *ConfigContext) SetId(v int32)
SetId sets Id field to given value.
func (o *ConfigContext) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *ConfigContext) 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 *ConfigContext) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *ConfigContext) GetDisplay() string
GetDisplay returns the Display field if non-nil, zero value otherwise.
func (o *ConfigContext) 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 *ConfigContext) SetDisplay(v string)
SetDisplay sets Display field to given value.
func (o *ConfigContext) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ConfigContext) 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 *ConfigContext) SetName(v string)
SetName sets Name field to given value.
func (o *ConfigContext) GetWeight() int32
GetWeight returns the Weight field if non-nil, zero value otherwise.
func (o *ConfigContext) GetWeightOk() (*int32, bool)
GetWeightOk returns a tuple with the Weight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigContext) SetWeight(v int32)
SetWeight sets Weight field to given value.
func (o *ConfigContext) HasWeight() bool
HasWeight returns a boolean if a field has been set.
func (o *ConfigContext) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ConfigContext) 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 *ConfigContext) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ConfigContext) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ConfigContext) GetIsActive() bool
GetIsActive returns the IsActive field if non-nil, zero value otherwise.
func (o *ConfigContext) GetIsActiveOk() (*bool, bool)
GetIsActiveOk returns a tuple with the IsActive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigContext) SetIsActive(v bool)
SetIsActive sets IsActive field to given value.
func (o *ConfigContext) HasIsActive() bool
HasIsActive returns a boolean if a field has been set.
func (o *ConfigContext) GetRegions() []int32
GetRegions returns the Regions field if non-nil, zero value otherwise.
func (o *ConfigContext) GetRegionsOk() (*[]int32, bool)
GetRegionsOk returns a tuple with the Regions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigContext) SetRegions(v []int32)
SetRegions sets Regions field to given value.
func (o *ConfigContext) HasRegions() bool
HasRegions returns a boolean if a field has been set.
func (o *ConfigContext) GetSiteGroups() []int32
GetSiteGroups returns the SiteGroups field if non-nil, zero value otherwise.
func (o *ConfigContext) GetSiteGroupsOk() (*[]int32, bool)
GetSiteGroupsOk returns a tuple with the SiteGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigContext) SetSiteGroups(v []int32)
SetSiteGroups sets SiteGroups field to given value.
func (o *ConfigContext) HasSiteGroups() bool
HasSiteGroups returns a boolean if a field has been set.
func (o *ConfigContext) GetSites() []int32
GetSites returns the Sites field if non-nil, zero value otherwise.
func (o *ConfigContext) GetSitesOk() (*[]int32, bool)
GetSitesOk returns a tuple with the Sites field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigContext) SetSites(v []int32)
SetSites sets Sites field to given value.
func (o *ConfigContext) HasSites() bool
HasSites returns a boolean if a field has been set.
func (o *ConfigContext) GetLocations() []int32
GetLocations returns the Locations field if non-nil, zero value otherwise.
func (o *ConfigContext) GetLocationsOk() (*[]int32, bool)
GetLocationsOk returns a tuple with the Locations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigContext) SetLocations(v []int32)
SetLocations sets Locations field to given value.
func (o *ConfigContext) HasLocations() bool
HasLocations returns a boolean if a field has been set.
func (o *ConfigContext) GetDeviceTypes() []int32
GetDeviceTypes returns the DeviceTypes field if non-nil, zero value otherwise.
func (o *ConfigContext) GetDeviceTypesOk() (*[]int32, bool)
GetDeviceTypesOk returns a tuple with the DeviceTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigContext) SetDeviceTypes(v []int32)
SetDeviceTypes sets DeviceTypes field to given value.
func (o *ConfigContext) HasDeviceTypes() bool
HasDeviceTypes returns a boolean if a field has been set.
func (o *ConfigContext) GetRoles() []int32
GetRoles returns the Roles field if non-nil, zero value otherwise.
func (o *ConfigContext) GetRolesOk() (*[]int32, bool)
GetRolesOk returns a tuple with the Roles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigContext) SetRoles(v []int32)
SetRoles sets Roles field to given value.
func (o *ConfigContext) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (o *ConfigContext) GetPlatforms() []int32
GetPlatforms returns the Platforms field if non-nil, zero value otherwise.
func (o *ConfigContext) GetPlatformsOk() (*[]int32, bool)
GetPlatformsOk returns a tuple with the Platforms field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigContext) SetPlatforms(v []int32)
SetPlatforms sets Platforms field to given value.
func (o *ConfigContext) HasPlatforms() bool
HasPlatforms returns a boolean if a field has been set.
func (o *ConfigContext) GetClusterTypes() []int32
GetClusterTypes returns the ClusterTypes field if non-nil, zero value otherwise.
func (o *ConfigContext) GetClusterTypesOk() (*[]int32, bool)
GetClusterTypesOk returns a tuple with the ClusterTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigContext) SetClusterTypes(v []int32)
SetClusterTypes sets ClusterTypes field to given value.
func (o *ConfigContext) HasClusterTypes() bool
HasClusterTypes returns a boolean if a field has been set.
func (o *ConfigContext) GetClusterGroups() []int32
GetClusterGroups returns the ClusterGroups field if non-nil, zero value otherwise.
func (o *ConfigContext) GetClusterGroupsOk() (*[]int32, bool)
GetClusterGroupsOk returns a tuple with the ClusterGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigContext) SetClusterGroups(v []int32)
SetClusterGroups sets ClusterGroups field to given value.
func (o *ConfigContext) HasClusterGroups() bool
HasClusterGroups returns a boolean if a field has been set.
func (o *ConfigContext) GetClusters() []int32
GetClusters returns the Clusters field if non-nil, zero value otherwise.
func (o *ConfigContext) GetClustersOk() (*[]int32, bool)
GetClustersOk returns a tuple with the Clusters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigContext) SetClusters(v []int32)
SetClusters sets Clusters field to given value.
func (o *ConfigContext) HasClusters() bool
HasClusters returns a boolean if a field has been set.
func (o *ConfigContext) GetTenantGroups() []int32
GetTenantGroups returns the TenantGroups field if non-nil, zero value otherwise.
func (o *ConfigContext) GetTenantGroupsOk() (*[]int32, bool)
GetTenantGroupsOk returns a tuple with the TenantGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigContext) SetTenantGroups(v []int32)
SetTenantGroups sets TenantGroups field to given value.
func (o *ConfigContext) HasTenantGroups() bool
HasTenantGroups returns a boolean if a field has been set.
func (o *ConfigContext) GetTenants() []int32
GetTenants returns the Tenants field if non-nil, zero value otherwise.
func (o *ConfigContext) GetTenantsOk() (*[]int32, bool)
GetTenantsOk returns a tuple with the Tenants field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigContext) SetTenants(v []int32)
SetTenants sets Tenants field to given value.
func (o *ConfigContext) HasTenants() bool
HasTenants returns a boolean if a field has been set.
func (o *ConfigContext) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ConfigContext) GetTagsOk() (*[]string, 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 *ConfigContext) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *ConfigContext) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *ConfigContext) GetDataSource() NestedDataSource
GetDataSource returns the DataSource field if non-nil, zero value otherwise.
func (o *ConfigContext) 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 *ConfigContext) SetDataSource(v NestedDataSource)
SetDataSource sets DataSource field to given value.
func (o *ConfigContext) HasDataSource() bool
HasDataSource returns a boolean if a field has been set.
func (o *ConfigContext) GetDataPath() string
GetDataPath returns the DataPath field if non-nil, zero value otherwise.
func (o *ConfigContext) 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 *ConfigContext) SetDataPath(v string)
SetDataPath sets DataPath field to given value.
func (o *ConfigContext) GetDataFile() NestedDataFile
GetDataFile returns the DataFile field if non-nil, zero value otherwise.
func (o *ConfigContext) 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 *ConfigContext) SetDataFile(v NestedDataFile)
SetDataFile sets DataFile field to given value.
func (o *ConfigContext) GetDataSynced() time.Time
GetDataSynced returns the DataSynced field if non-nil, zero value otherwise.
func (o *ConfigContext) 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 *ConfigContext) SetDataSynced(v time.Time)
SetDataSynced sets DataSynced field to given value.
func (o *ConfigContext) SetDataSyncedNil(b bool)
SetDataSyncedNil sets the value for DataSynced to be an explicit nil
func (o *ConfigContext) UnsetDataSynced()
UnsetDataSynced ensures that no value is present for DataSynced, not even an explicit nil
func (o *ConfigContext) GetData() interface{}
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ConfigContext) GetDataOk() (*interface{}, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigContext) SetData(v interface{})
SetData sets Data field to given value.
func (o *ConfigContext) SetDataNil(b bool)
SetDataNil sets the value for Data to be an explicit nil
func (o *ConfigContext) UnsetData()
UnsetData ensures that no value is present for Data, not even an explicit nil
func (o *ConfigContext) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *ConfigContext) 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 *ConfigContext) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *ConfigContext) SetCreatedNil(b bool)
SetCreatedNil sets the value for Created to be an explicit nil
func (o *ConfigContext) UnsetCreated()
UnsetCreated ensures that no value is present for Created, not even an explicit nil
func (o *ConfigContext) GetLastUpdated() time.Time
GetLastUpdated returns the LastUpdated field if non-nil, zero value otherwise.
func (o *ConfigContext) 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 *ConfigContext) SetLastUpdated(v time.Time)
SetLastUpdated sets LastUpdated field to given value.
func (o *ConfigContext) SetLastUpdatedNil(b bool)
SetLastUpdatedNil sets the value for LastUpdated to be an explicit nil
func (o *ConfigContext) UnsetLastUpdated()
UnsetLastUpdated ensures that no value is present for LastUpdated, not even an explicit nil