| 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] |
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
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
func (o *AppProfileResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *AppProfileResource) SetId(v int32)
SetId sets Id field to given value.
func (o *AppProfileResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AppProfileResource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *AppProfileResource) SetName(v string)
SetName sets Name field to given value.
func (o *AppProfileResource) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AppProfileResource) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *AppProfileResource) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *AppProfileResource) GetEnableRss() bool
GetEnableRss returns the EnableRss field if non-nil, zero value otherwise.
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.
func (o *AppProfileResource) SetEnableRss(v bool)
SetEnableRss sets EnableRss field to given value.
func (o *AppProfileResource) HasEnableRss() bool
HasEnableRss returns a boolean if a field has been set.
func (o *AppProfileResource) GetEnableAutomaticSearch() bool
GetEnableAutomaticSearch returns the EnableAutomaticSearch field if non-nil, zero value otherwise.
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.
func (o *AppProfileResource) SetEnableAutomaticSearch(v bool)
SetEnableAutomaticSearch sets EnableAutomaticSearch field to given value.
func (o *AppProfileResource) HasEnableAutomaticSearch() bool
HasEnableAutomaticSearch returns a boolean if a field has been set.
func (o *AppProfileResource) GetEnableInteractiveSearch() bool
GetEnableInteractiveSearch returns the EnableInteractiveSearch field if non-nil, zero value otherwise.
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.
func (o *AppProfileResource) SetEnableInteractiveSearch(v bool)
SetEnableInteractiveSearch sets EnableInteractiveSearch field to given value.
func (o *AppProfileResource) HasEnableInteractiveSearch() bool
HasEnableInteractiveSearch returns a boolean if a field has been set.
func (o *AppProfileResource) GetMinimumSeeders() int32
GetMinimumSeeders returns the MinimumSeeders field if non-nil, zero value otherwise.
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.
func (o *AppProfileResource) SetMinimumSeeders(v int32)
SetMinimumSeeders sets MinimumSeeders field to given value.
func (o *AppProfileResource) HasMinimumSeeders() bool
HasMinimumSeeders returns a boolean if a field has been set.