Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Category | Pointer to string | [optional] | |
Version | Pointer to NullableString | [optional] | |
Family | Pointer to string | [optional] | |
Image | Pointer to Image | [optional] |
func NewMarketApp() *MarketApp
NewMarketApp instantiates a new MarketApp 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 NewMarketAppWithDefaults() *MarketApp
NewMarketAppWithDefaults instantiates a new MarketApp 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 *MarketApp) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *MarketApp) 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 *MarketApp) SetId(v string)
SetId sets Id field to given value.
func (o *MarketApp) HasId() bool
HasId returns a boolean if a field has been set.
func (o *MarketApp) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *MarketApp) 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 *MarketApp) SetName(v string)
SetName sets Name field to given value.
func (o *MarketApp) HasName() bool
HasName returns a boolean if a field has been set.
func (o *MarketApp) GetCategory() string
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *MarketApp) 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 *MarketApp) SetCategory(v string)
SetCategory sets Category field to given value.
func (o *MarketApp) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (o *MarketApp) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *MarketApp) 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 *MarketApp) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *MarketApp) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *MarketApp) SetVersionNil(b bool)
SetVersionNil sets the value for Version to be an explicit nil
func (o *MarketApp) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil
func (o *MarketApp) GetFamily() string
GetFamily returns the Family field if non-nil, zero value otherwise.
func (o *MarketApp) GetFamilyOk() (*string, bool)
GetFamilyOk returns a tuple with the Family field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MarketApp) SetFamily(v string)
SetFamily sets Family field to given value.
func (o *MarketApp) HasFamily() bool
HasFamily returns a boolean if a field has been set.
func (o *MarketApp) GetImage() Image
GetImage returns the Image field if non-nil, zero value otherwise.
func (o *MarketApp) GetImageOk() (*Image, bool)
GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MarketApp) SetImage(v Image)
SetImage sets Image field to given value.
func (o *MarketApp) HasImage() bool
HasImage returns a boolean if a field has been set.