Skip to content

Latest commit

 

History

History
196 lines (107 loc) · 5.52 KB

File metadata and controls

196 lines (107 loc) · 5.52 KB

AppProfileResource

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Name Pointer to NullableString [optional]
EnableRss Pointer to bool [optional]
EnableAutomaticSearch Pointer to bool [optional]
EnableInteractiveSearch Pointer to bool [optional]
MinimumSeeders Pointer to int32 [optional]

Methods

NewAppProfileResource

func NewAppProfileResource() *AppProfileResource

NewAppProfileResource instantiates a new AppProfileResource 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

NewAppProfileResourceWithDefaults

func NewAppProfileResourceWithDefaults() *AppProfileResource

NewAppProfileResourceWithDefaults instantiates a new AppProfileResource 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 *AppProfileResource) GetId() int32

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

GetIdOk

func (o *AppProfileResource) 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.

SetId

func (o *AppProfileResource) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *AppProfileResource) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *AppProfileResource) GetName() string

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

GetNameOk

func (o *AppProfileResource) 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 *AppProfileResource) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *AppProfileResource) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *AppProfileResource) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *AppProfileResource) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetEnableRss

func (o *AppProfileResource) GetEnableRss() bool

GetEnableRss returns the EnableRss field if non-nil, zero value otherwise.

GetEnableRssOk

func (o *AppProfileResource) GetEnableRssOk() (*bool, bool)

GetEnableRssOk returns a tuple with the EnableRss field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnableRss

func (o *AppProfileResource) SetEnableRss(v bool)

SetEnableRss sets EnableRss field to given value.

HasEnableRss

func (o *AppProfileResource) HasEnableRss() bool

HasEnableRss returns a boolean if a field has been set.

GetEnableAutomaticSearch

func (o *AppProfileResource) GetEnableAutomaticSearch() bool

GetEnableAutomaticSearch returns the EnableAutomaticSearch field if non-nil, zero value otherwise.

GetEnableAutomaticSearchOk

func (o *AppProfileResource) GetEnableAutomaticSearchOk() (*bool, bool)

GetEnableAutomaticSearchOk returns a tuple with the EnableAutomaticSearch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnableAutomaticSearch

func (o *AppProfileResource) SetEnableAutomaticSearch(v bool)

SetEnableAutomaticSearch sets EnableAutomaticSearch field to given value.

HasEnableAutomaticSearch

func (o *AppProfileResource) HasEnableAutomaticSearch() bool

HasEnableAutomaticSearch returns a boolean if a field has been set.

GetEnableInteractiveSearch

func (o *AppProfileResource) GetEnableInteractiveSearch() bool

GetEnableInteractiveSearch returns the EnableInteractiveSearch field if non-nil, zero value otherwise.

GetEnableInteractiveSearchOk

func (o *AppProfileResource) GetEnableInteractiveSearchOk() (*bool, bool)

GetEnableInteractiveSearchOk returns a tuple with the EnableInteractiveSearch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnableInteractiveSearch

func (o *AppProfileResource) SetEnableInteractiveSearch(v bool)

SetEnableInteractiveSearch sets EnableInteractiveSearch field to given value.

HasEnableInteractiveSearch

func (o *AppProfileResource) HasEnableInteractiveSearch() bool

HasEnableInteractiveSearch returns a boolean if a field has been set.

GetMinimumSeeders

func (o *AppProfileResource) GetMinimumSeeders() int32

GetMinimumSeeders returns the MinimumSeeders field if non-nil, zero value otherwise.

GetMinimumSeedersOk

func (o *AppProfileResource) GetMinimumSeedersOk() (*int32, bool)

GetMinimumSeedersOk returns a tuple with the MinimumSeeders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMinimumSeeders

func (o *AppProfileResource) SetMinimumSeeders(v int32)

SetMinimumSeeders sets MinimumSeeders field to given value.

HasMinimumSeeders

func (o *AppProfileResource) HasMinimumSeeders() bool

HasMinimumSeeders returns a boolean if a field has been set.

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