Name | Type | Description | Notes |
---|---|---|---|
Category | Pointer to string | [optional] | |
Id | Pointer to string | [optional] [readonly] | |
Name | Pointer to string | Name for the application. Since the name of application is unique it may be used as alternate key for the application. The 'name' is used for import-export workflow and should be resolved to the 'id' before continue processing Create/Update operations. | [optional] |
Subcategory | Pointer to string | [optional] |
func NewApplicationCriterion() *ApplicationCriterion
NewApplicationCriterion instantiates a new ApplicationCriterion 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 NewApplicationCriterionWithDefaults() *ApplicationCriterion
NewApplicationCriterionWithDefaults instantiates a new ApplicationCriterion 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 *ApplicationCriterion) GetCategory() string
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *ApplicationCriterion) 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.
func (o *ApplicationCriterion) SetCategory(v string)
SetCategory sets Category field to given value.
func (o *ApplicationCriterion) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (o *ApplicationCriterion) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ApplicationCriterion) 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.
func (o *ApplicationCriterion) SetId(v string)
SetId sets Id field to given value.
func (o *ApplicationCriterion) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ApplicationCriterion) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ApplicationCriterion) 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 *ApplicationCriterion) SetName(v string)
SetName sets Name field to given value.
func (o *ApplicationCriterion) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ApplicationCriterion) GetSubcategory() string
GetSubcategory returns the Subcategory field if non-nil, zero value otherwise.
func (o *ApplicationCriterion) GetSubcategoryOk() (*string, bool)
GetSubcategoryOk returns a tuple with the Subcategory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationCriterion) SetSubcategory(v string)
SetSubcategory sets Subcategory field to given value.
func (o *ApplicationCriterion) HasSubcategory() bool
HasSubcategory returns a boolean if a field has been set.