| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] [readonly] | |
| Categories | Pointer to []ApplicationCategory | [optional] | |
| Rank | Pointer to float32 | [optional] | |
| Name | Pointer to string | [optional] | |
| Slug | Pointer to string | [optional] | |
| ShortDescription | Pointer to string | [optional] | |
| Description | Pointer to string | [optional] | |
| Logo | Pointer to string | absolute link to logo image | [optional] |
| Pictures | Pointer to []string | [optional] | |
| Vendor | Pointer to string | [optional] | |
| SupportEmail | Pointer to string | [optional] | |
| InstallJson | Pointer to map[string]interface{} | [optional] | |
| Status | Pointer to string | [optional] | |
| LikeStats | Pointer to CdnAppLikeStats | [optional] | |
| LikeByUser | Pointer to bool | True means she likes, False means she dislikes. null means she did not vote. | [optional] |
| CreatedAt | Pointer to time.Time | [optional] [readonly] | |
| UpdatedAt | Pointer to time.Time | [optional] [readonly] |
func NewCdnApp() *CdnApp
NewCdnApp instantiates a new CdnApp 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 NewCdnAppWithDefaults() *CdnApp
NewCdnAppWithDefaults instantiates a new CdnApp 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 *CdnApp) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CdnApp) GetIdOk() (*string, 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 *CdnApp) SetId(v string)
SetId sets Id field to given value.
func (o *CdnApp) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CdnApp) GetCategories() []ApplicationCategory
GetCategories returns the Categories field if non-nil, zero value otherwise.
func (o *CdnApp) GetCategoriesOk() (*[]ApplicationCategory, bool)
GetCategoriesOk returns a tuple with the Categories field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnApp) SetCategories(v []ApplicationCategory)
SetCategories sets Categories field to given value.
func (o *CdnApp) HasCategories() bool
HasCategories returns a boolean if a field has been set.
func (o *CdnApp) GetRank() float32
GetRank returns the Rank field if non-nil, zero value otherwise.
func (o *CdnApp) GetRankOk() (*float32, bool)
GetRankOk returns a tuple with the Rank field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnApp) SetRank(v float32)
SetRank sets Rank field to given value.
func (o *CdnApp) HasRank() bool
HasRank returns a boolean if a field has been set.
func (o *CdnApp) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CdnApp) 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 *CdnApp) SetName(v string)
SetName sets Name field to given value.
func (o *CdnApp) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CdnApp) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *CdnApp) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnApp) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *CdnApp) HasSlug() bool
HasSlug returns a boolean if a field has been set.
func (o *CdnApp) GetShortDescription() string
GetShortDescription returns the ShortDescription field if non-nil, zero value otherwise.
func (o *CdnApp) GetShortDescriptionOk() (*string, bool)
GetShortDescriptionOk returns a tuple with the ShortDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnApp) SetShortDescription(v string)
SetShortDescription sets ShortDescription field to given value.
func (o *CdnApp) HasShortDescription() bool
HasShortDescription returns a boolean if a field has been set.
func (o *CdnApp) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CdnApp) 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 *CdnApp) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CdnApp) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CdnApp) GetLogo() string
GetLogo returns the Logo field if non-nil, zero value otherwise.
func (o *CdnApp) GetLogoOk() (*string, bool)
GetLogoOk returns a tuple with the Logo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnApp) SetLogo(v string)
SetLogo sets Logo field to given value.
func (o *CdnApp) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (o *CdnApp) GetPictures() []string
GetPictures returns the Pictures field if non-nil, zero value otherwise.
func (o *CdnApp) GetPicturesOk() (*[]string, bool)
GetPicturesOk returns a tuple with the Pictures field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnApp) SetPictures(v []string)
SetPictures sets Pictures field to given value.
func (o *CdnApp) HasPictures() bool
HasPictures returns a boolean if a field has been set.
func (o *CdnApp) GetVendor() string
GetVendor returns the Vendor field if non-nil, zero value otherwise.
func (o *CdnApp) GetVendorOk() (*string, bool)
GetVendorOk returns a tuple with the Vendor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnApp) SetVendor(v string)
SetVendor sets Vendor field to given value.
func (o *CdnApp) HasVendor() bool
HasVendor returns a boolean if a field has been set.
func (o *CdnApp) GetSupportEmail() string
GetSupportEmail returns the SupportEmail field if non-nil, zero value otherwise.
func (o *CdnApp) GetSupportEmailOk() (*string, bool)
GetSupportEmailOk returns a tuple with the SupportEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnApp) SetSupportEmail(v string)
SetSupportEmail sets SupportEmail field to given value.
func (o *CdnApp) HasSupportEmail() bool
HasSupportEmail returns a boolean if a field has been set.
func (o *CdnApp) GetInstallJson() map[string]interface{}
GetInstallJson returns the InstallJson field if non-nil, zero value otherwise.
func (o *CdnApp) GetInstallJsonOk() (*map[string]interface{}, bool)
GetInstallJsonOk returns a tuple with the InstallJson field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnApp) SetInstallJson(v map[string]interface{})
SetInstallJson sets InstallJson field to given value.
func (o *CdnApp) HasInstallJson() bool
HasInstallJson returns a boolean if a field has been set.
func (o *CdnApp) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *CdnApp) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnApp) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *CdnApp) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *CdnApp) GetLikeStats() CdnAppLikeStats
GetLikeStats returns the LikeStats field if non-nil, zero value otherwise.
func (o *CdnApp) GetLikeStatsOk() (*CdnAppLikeStats, bool)
GetLikeStatsOk returns a tuple with the LikeStats field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnApp) SetLikeStats(v CdnAppLikeStats)
SetLikeStats sets LikeStats field to given value.
func (o *CdnApp) HasLikeStats() bool
HasLikeStats returns a boolean if a field has been set.
func (o *CdnApp) GetLikeByUser() bool
GetLikeByUser returns the LikeByUser field if non-nil, zero value otherwise.
func (o *CdnApp) GetLikeByUserOk() (*bool, bool)
GetLikeByUserOk returns a tuple with the LikeByUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnApp) SetLikeByUser(v bool)
SetLikeByUser sets LikeByUser field to given value.
func (o *CdnApp) HasLikeByUser() bool
HasLikeByUser returns a boolean if a field has been set.
func (o *CdnApp) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *CdnApp) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnApp) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *CdnApp) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *CdnApp) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *CdnApp) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnApp) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *CdnApp) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.