Name | Type | Description | Notes |
---|---|---|---|
Organization | Pointer to OrganizationModel | [optional] | |
ProductId | Pointer to string | Identifier of the Product. | [optional] |
Name | Pointer to NullableString | Name of the Product. | [optional] |
Description | Pointer to NullableString | Description of the Product. | [optional] |
Order | Pointer to int32 | The order of the Product represented on the ConfigCat Dashboard. Determined from an ascending sequence of integers. | [optional] |
ReasonRequired | Pointer to bool | Determines whether a mandatory reason must be given every time when the Feature Flags or Settings within a Product are saved. | [optional] |
func NewProductModel() *ProductModel
NewProductModel instantiates a new ProductModel 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 NewProductModelWithDefaults() *ProductModel
NewProductModelWithDefaults instantiates a new ProductModel 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 *ProductModel) GetOrganization() OrganizationModel
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *ProductModel) GetOrganizationOk() (*OrganizationModel, bool)
GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductModel) SetOrganization(v OrganizationModel)
SetOrganization sets Organization field to given value.
func (o *ProductModel) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *ProductModel) GetProductId() string
GetProductId returns the ProductId field if non-nil, zero value otherwise.
func (o *ProductModel) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductModel) SetProductId(v string)
SetProductId sets ProductId field to given value.
func (o *ProductModel) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (o *ProductModel) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ProductModel) 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 *ProductModel) SetName(v string)
SetName sets Name field to given value.
func (o *ProductModel) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ProductModel) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *ProductModel) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *ProductModel) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ProductModel) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductModel) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ProductModel) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ProductModel) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *ProductModel) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *ProductModel) GetOrder() int32
GetOrder returns the Order field if non-nil, zero value otherwise.
func (o *ProductModel) GetOrderOk() (*int32, bool)
GetOrderOk returns a tuple with the Order field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductModel) SetOrder(v int32)
SetOrder sets Order field to given value.
func (o *ProductModel) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (o *ProductModel) GetReasonRequired() bool
GetReasonRequired returns the ReasonRequired field if non-nil, zero value otherwise.
func (o *ProductModel) GetReasonRequiredOk() (*bool, bool)
GetReasonRequiredOk returns a tuple with the ReasonRequired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductModel) SetReasonRequired(v bool)
SetReasonRequired sets ReasonRequired field to given value.
func (o *ProductModel) HasReasonRequired() bool
HasReasonRequired returns a boolean if a field has been set.