| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Name | Pointer to NullableString | [optional] | |
| MinPopularity | Pointer to float64 | [optional] | |
| SkipMissingDate | Pointer to bool | [optional] | |
| SkipMissingIsbn | Pointer to bool | [optional] | |
| SkipPartsAndSets | Pointer to bool | [optional] | |
| SkipSeriesSecondary | Pointer to bool | [optional] | |
| AllowedLanguages | Pointer to NullableString | [optional] | |
| MinPages | Pointer to int32 | [optional] | |
| Ignored | Pointer to []string | [optional] |
func NewMetadataProfileResource() *MetadataProfileResource
NewMetadataProfileResource instantiates a new MetadataProfileResource 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 NewMetadataProfileResourceWithDefaults() *MetadataProfileResource
NewMetadataProfileResourceWithDefaults instantiates a new MetadataProfileResource 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 *MetadataProfileResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *MetadataProfileResource) 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 *MetadataProfileResource) SetId(v int32)
SetId sets Id field to given value.
func (o *MetadataProfileResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *MetadataProfileResource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *MetadataProfileResource) 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 *MetadataProfileResource) SetName(v string)
SetName sets Name field to given value.
func (o *MetadataProfileResource) HasName() bool
HasName returns a boolean if a field has been set.
func (o *MetadataProfileResource) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *MetadataProfileResource) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *MetadataProfileResource) GetMinPopularity() float64
GetMinPopularity returns the MinPopularity field if non-nil, zero value otherwise.
func (o *MetadataProfileResource) GetMinPopularityOk() (*float64, bool)
GetMinPopularityOk returns a tuple with the MinPopularity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataProfileResource) SetMinPopularity(v float64)
SetMinPopularity sets MinPopularity field to given value.
func (o *MetadataProfileResource) HasMinPopularity() bool
HasMinPopularity returns a boolean if a field has been set.
func (o *MetadataProfileResource) GetSkipMissingDate() bool
GetSkipMissingDate returns the SkipMissingDate field if non-nil, zero value otherwise.
func (o *MetadataProfileResource) GetSkipMissingDateOk() (*bool, bool)
GetSkipMissingDateOk returns a tuple with the SkipMissingDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataProfileResource) SetSkipMissingDate(v bool)
SetSkipMissingDate sets SkipMissingDate field to given value.
func (o *MetadataProfileResource) HasSkipMissingDate() bool
HasSkipMissingDate returns a boolean if a field has been set.
func (o *MetadataProfileResource) GetSkipMissingIsbn() bool
GetSkipMissingIsbn returns the SkipMissingIsbn field if non-nil, zero value otherwise.
func (o *MetadataProfileResource) GetSkipMissingIsbnOk() (*bool, bool)
GetSkipMissingIsbnOk returns a tuple with the SkipMissingIsbn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataProfileResource) SetSkipMissingIsbn(v bool)
SetSkipMissingIsbn sets SkipMissingIsbn field to given value.
func (o *MetadataProfileResource) HasSkipMissingIsbn() bool
HasSkipMissingIsbn returns a boolean if a field has been set.
func (o *MetadataProfileResource) GetSkipPartsAndSets() bool
GetSkipPartsAndSets returns the SkipPartsAndSets field if non-nil, zero value otherwise.
func (o *MetadataProfileResource) GetSkipPartsAndSetsOk() (*bool, bool)
GetSkipPartsAndSetsOk returns a tuple with the SkipPartsAndSets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataProfileResource) SetSkipPartsAndSets(v bool)
SetSkipPartsAndSets sets SkipPartsAndSets field to given value.
func (o *MetadataProfileResource) HasSkipPartsAndSets() bool
HasSkipPartsAndSets returns a boolean if a field has been set.
func (o *MetadataProfileResource) GetSkipSeriesSecondary() bool
GetSkipSeriesSecondary returns the SkipSeriesSecondary field if non-nil, zero value otherwise.
func (o *MetadataProfileResource) GetSkipSeriesSecondaryOk() (*bool, bool)
GetSkipSeriesSecondaryOk returns a tuple with the SkipSeriesSecondary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataProfileResource) SetSkipSeriesSecondary(v bool)
SetSkipSeriesSecondary sets SkipSeriesSecondary field to given value.
func (o *MetadataProfileResource) HasSkipSeriesSecondary() bool
HasSkipSeriesSecondary returns a boolean if a field has been set.
func (o *MetadataProfileResource) GetAllowedLanguages() string
GetAllowedLanguages returns the AllowedLanguages field if non-nil, zero value otherwise.
func (o *MetadataProfileResource) GetAllowedLanguagesOk() (*string, bool)
GetAllowedLanguagesOk returns a tuple with the AllowedLanguages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataProfileResource) SetAllowedLanguages(v string)
SetAllowedLanguages sets AllowedLanguages field to given value.
func (o *MetadataProfileResource) HasAllowedLanguages() bool
HasAllowedLanguages returns a boolean if a field has been set.
func (o *MetadataProfileResource) SetAllowedLanguagesNil(b bool)
SetAllowedLanguagesNil sets the value for AllowedLanguages to be an explicit nil
func (o *MetadataProfileResource) UnsetAllowedLanguages()
UnsetAllowedLanguages ensures that no value is present for AllowedLanguages, not even an explicit nil
func (o *MetadataProfileResource) GetMinPages() int32
GetMinPages returns the MinPages field if non-nil, zero value otherwise.
func (o *MetadataProfileResource) GetMinPagesOk() (*int32, bool)
GetMinPagesOk returns a tuple with the MinPages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataProfileResource) SetMinPages(v int32)
SetMinPages sets MinPages field to given value.
func (o *MetadataProfileResource) HasMinPages() bool
HasMinPages returns a boolean if a field has been set.
func (o *MetadataProfileResource) GetIgnored() []string
GetIgnored returns the Ignored field if non-nil, zero value otherwise.
func (o *MetadataProfileResource) GetIgnoredOk() (*[]string, bool)
GetIgnoredOk returns a tuple with the Ignored field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataProfileResource) SetIgnored(v []string)
SetIgnored sets Ignored field to given value.
func (o *MetadataProfileResource) HasIgnored() bool
HasIgnored returns a boolean if a field has been set.
func (o *MetadataProfileResource) SetIgnoredNil(b bool)
SetIgnoredNil sets the value for Ignored to be an explicit nil
func (o *MetadataProfileResource) UnsetIgnored()
UnsetIgnored ensures that no value is present for Ignored, not even an explicit nil