Skip to content

Latest commit

 

History

History
196 lines (107 loc) · 4.62 KB

MarketApp.md

File metadata and controls

196 lines (107 loc) · 4.62 KB

MarketApp

Properties

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]

Methods

NewMarketApp

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

NewMarketAppWithDefaults

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

GetId

func (o *MarketApp) GetId() string

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

GetIdOk

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.

SetId

func (o *MarketApp) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *MarketApp) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *MarketApp) GetName() string

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

GetNameOk

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.

SetName

func (o *MarketApp) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *MarketApp) HasName() bool

HasName returns a boolean if a field has been set.

GetCategory

func (o *MarketApp) GetCategory() string

GetCategory returns the Category field if non-nil, zero value otherwise.

GetCategoryOk

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.

SetCategory

func (o *MarketApp) SetCategory(v string)

SetCategory sets Category field to given value.

HasCategory

func (o *MarketApp) HasCategory() bool

HasCategory returns a boolean if a field has been set.

GetVersion

func (o *MarketApp) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

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.

SetVersion

func (o *MarketApp) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *MarketApp) HasVersion() bool

HasVersion returns a boolean if a field has been set.

SetVersionNil

func (o *MarketApp) SetVersionNil(b bool)

SetVersionNil sets the value for Version to be an explicit nil

UnsetVersion

func (o *MarketApp) UnsetVersion()

UnsetVersion ensures that no value is present for Version, not even an explicit nil

GetFamily

func (o *MarketApp) GetFamily() string

GetFamily returns the Family field if non-nil, zero value otherwise.

GetFamilyOk

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.

SetFamily

func (o *MarketApp) SetFamily(v string)

SetFamily sets Family field to given value.

HasFamily

func (o *MarketApp) HasFamily() bool

HasFamily returns a boolean if a field has been set.

GetImage

func (o *MarketApp) GetImage() Image

GetImage returns the Image field if non-nil, zero value otherwise.

GetImageOk

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.

SetImage

func (o *MarketApp) SetImage(v Image)

SetImage sets Image field to given value.

HasImage

func (o *MarketApp) HasImage() bool

HasImage returns a boolean if a field has been set.

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