| Name | Type | Description | Notes |
|---|---|---|---|
| SaasName | string | ||
| Linked | string | ||
| Category | Pointer to string | [optional] | |
| UsageStatistic | Pointer to string | [optional] | |
| UsageHistory | Pointer to string | [optional] | |
| LinkKey | string | ||
| Publisher | Pointer to string | [optional] | |
| Url | Pointer to string | [optional] | |
| Source | string | ||
| Ignored | string | ||
| Version | Pointer to string | [optional] | |
| Visited | Pointer to int32 | [optional] | |
| AvailableLicenses | Pointer to int32 | [optional] | |
| AnnualSpend | Pointer to float32 | [optional] | |
| RenewalDate | Pointer to string | [optional] | |
| Changedate | string | ||
| Changedby | string | ||
| Creationdate | string | ||
| Createdby | string | ||
| SaasId | Pointer to int32 | [optional] | |
| Hash | bool | ||
| TotalLicenses | Pointer to int32 | [optional] | |
| Deleted | Pointer to string | [optional] | |
| Uid | Pointer to int32 | [optional] | |
| IsInf | Pointer to bool | [optional] |
func NewSaaS(saasName string, linked string, linkKey string, source string, ignored string, changedate string, changedby string, creationdate string, createdby string, hash bool, ) *SaaS
NewSaaS instantiates a new SaaS 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 NewSaaSWithDefaults() *SaaS
NewSaaSWithDefaults instantiates a new SaaS 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 *SaaS) GetSaasName() string
GetSaasName returns the SaasName field if non-nil, zero value otherwise.
func (o *SaaS) GetSaasNameOk() (*string, bool)
GetSaasNameOk returns a tuple with the SaasName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetSaasName(v string)
SetSaasName sets SaasName field to given value.
func (o *SaaS) GetLinked() string
GetLinked returns the Linked field if non-nil, zero value otherwise.
func (o *SaaS) GetLinkedOk() (*string, bool)
GetLinkedOk returns a tuple with the Linked field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetLinked(v string)
SetLinked sets Linked field to given value.
func (o *SaaS) GetCategory() string
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *SaaS) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetCategory(v string)
SetCategory sets Category field to given value.
func (o *SaaS) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (o *SaaS) GetUsageStatistic() string
GetUsageStatistic returns the UsageStatistic field if non-nil, zero value otherwise.
func (o *SaaS) GetUsageStatisticOk() (*string, bool)
GetUsageStatisticOk returns a tuple with the UsageStatistic field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetUsageStatistic(v string)
SetUsageStatistic sets UsageStatistic field to given value.
func (o *SaaS) HasUsageStatistic() bool
HasUsageStatistic returns a boolean if a field has been set.
func (o *SaaS) GetUsageHistory() string
GetUsageHistory returns the UsageHistory field if non-nil, zero value otherwise.
func (o *SaaS) GetUsageHistoryOk() (*string, bool)
GetUsageHistoryOk returns a tuple with the UsageHistory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetUsageHistory(v string)
SetUsageHistory sets UsageHistory field to given value.
func (o *SaaS) HasUsageHistory() bool
HasUsageHistory returns a boolean if a field has been set.
func (o *SaaS) GetLinkKey() string
GetLinkKey returns the LinkKey field if non-nil, zero value otherwise.
func (o *SaaS) GetLinkKeyOk() (*string, bool)
GetLinkKeyOk returns a tuple with the LinkKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetLinkKey(v string)
SetLinkKey sets LinkKey field to given value.
func (o *SaaS) GetPublisher() string
GetPublisher returns the Publisher field if non-nil, zero value otherwise.
func (o *SaaS) GetPublisherOk() (*string, bool)
GetPublisherOk returns a tuple with the Publisher field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetPublisher(v string)
SetPublisher sets Publisher field to given value.
func (o *SaaS) HasPublisher() bool
HasPublisher returns a boolean if a field has been set.
func (o *SaaS) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *SaaS) 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 *SaaS) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *SaaS) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *SaaS) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *SaaS) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetSource(v string)
SetSource sets Source field to given value.
func (o *SaaS) GetIgnored() string
GetIgnored returns the Ignored field if non-nil, zero value otherwise.
func (o *SaaS) GetIgnoredOk() (*string, bool)
GetIgnoredOk returns a tuple with the Ignored field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetIgnored(v string)
SetIgnored sets Ignored field to given value.
func (o *SaaS) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *SaaS) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *SaaS) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *SaaS) GetVisited() int32
GetVisited returns the Visited field if non-nil, zero value otherwise.
func (o *SaaS) GetVisitedOk() (*int32, bool)
GetVisitedOk returns a tuple with the Visited field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetVisited(v int32)
SetVisited sets Visited field to given value.
func (o *SaaS) HasVisited() bool
HasVisited returns a boolean if a field has been set.
func (o *SaaS) GetAvailableLicenses() int32
GetAvailableLicenses returns the AvailableLicenses field if non-nil, zero value otherwise.
func (o *SaaS) GetAvailableLicensesOk() (*int32, bool)
GetAvailableLicensesOk returns a tuple with the AvailableLicenses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetAvailableLicenses(v int32)
SetAvailableLicenses sets AvailableLicenses field to given value.
func (o *SaaS) HasAvailableLicenses() bool
HasAvailableLicenses returns a boolean if a field has been set.
func (o *SaaS) GetAnnualSpend() float32
GetAnnualSpend returns the AnnualSpend field if non-nil, zero value otherwise.
func (o *SaaS) GetAnnualSpendOk() (*float32, bool)
GetAnnualSpendOk returns a tuple with the AnnualSpend field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetAnnualSpend(v float32)
SetAnnualSpend sets AnnualSpend field to given value.
func (o *SaaS) HasAnnualSpend() bool
HasAnnualSpend returns a boolean if a field has been set.
func (o *SaaS) GetRenewalDate() string
GetRenewalDate returns the RenewalDate field if non-nil, zero value otherwise.
func (o *SaaS) GetRenewalDateOk() (*string, bool)
GetRenewalDateOk returns a tuple with the RenewalDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetRenewalDate(v string)
SetRenewalDate sets RenewalDate field to given value.
func (o *SaaS) HasRenewalDate() bool
HasRenewalDate returns a boolean if a field has been set.
func (o *SaaS) GetChangedate() string
GetChangedate returns the Changedate field if non-nil, zero value otherwise.
func (o *SaaS) GetChangedateOk() (*string, bool)
GetChangedateOk returns a tuple with the Changedate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetChangedate(v string)
SetChangedate sets Changedate field to given value.
func (o *SaaS) GetChangedby() string
GetChangedby returns the Changedby field if non-nil, zero value otherwise.
func (o *SaaS) GetChangedbyOk() (*string, bool)
GetChangedbyOk returns a tuple with the Changedby field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetChangedby(v string)
SetChangedby sets Changedby field to given value.
func (o *SaaS) GetCreationdate() string
GetCreationdate returns the Creationdate field if non-nil, zero value otherwise.
func (o *SaaS) GetCreationdateOk() (*string, bool)
GetCreationdateOk returns a tuple with the Creationdate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetCreationdate(v string)
SetCreationdate sets Creationdate field to given value.
func (o *SaaS) GetCreatedby() string
GetCreatedby returns the Createdby field if non-nil, zero value otherwise.
func (o *SaaS) GetCreatedbyOk() (*string, bool)
GetCreatedbyOk returns a tuple with the Createdby field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetCreatedby(v string)
SetCreatedby sets Createdby field to given value.
func (o *SaaS) GetSaasId() int32
GetSaasId returns the SaasId field if non-nil, zero value otherwise.
func (o *SaaS) GetSaasIdOk() (*int32, bool)
GetSaasIdOk returns a tuple with the SaasId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetSaasId(v int32)
SetSaasId sets SaasId field to given value.
func (o *SaaS) HasSaasId() bool
HasSaasId returns a boolean if a field has been set.
func (o *SaaS) GetHash() bool
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *SaaS) GetHashOk() (*bool, bool)
GetHashOk returns a tuple with the Hash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetHash(v bool)
SetHash sets Hash field to given value.
func (o *SaaS) GetTotalLicenses() int32
GetTotalLicenses returns the TotalLicenses field if non-nil, zero value otherwise.
func (o *SaaS) GetTotalLicensesOk() (*int32, bool)
GetTotalLicensesOk returns a tuple with the TotalLicenses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetTotalLicenses(v int32)
SetTotalLicenses sets TotalLicenses field to given value.
func (o *SaaS) HasTotalLicenses() bool
HasTotalLicenses returns a boolean if a field has been set.
func (o *SaaS) GetDeleted() string
GetDeleted returns the Deleted field if non-nil, zero value otherwise.
func (o *SaaS) GetDeletedOk() (*string, bool)
GetDeletedOk returns a tuple with the Deleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetDeleted(v string)
SetDeleted sets Deleted field to given value.
func (o *SaaS) HasDeleted() bool
HasDeleted returns a boolean if a field has been set.
func (o *SaaS) GetUid() int32
GetUid returns the Uid field if non-nil, zero value otherwise.
func (o *SaaS) GetUidOk() (*int32, bool)
GetUidOk returns a tuple with the Uid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetUid(v int32)
SetUid sets Uid field to given value.
func (o *SaaS) HasUid() bool
HasUid returns a boolean if a field has been set.
func (o *SaaS) GetIsInf() bool
GetIsInf returns the IsInf field if non-nil, zero value otherwise.
func (o *SaaS) GetIsInfOk() (*bool, bool)
GetIsInfOk returns a tuple with the IsInf field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SaaS) SetIsInf(v bool)
SetIsInf sets IsInf field to given value.
func (o *SaaS) HasIsInf() bool
HasIsInf returns a boolean if a field has been set.