Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.81 KB

ApplicationCriterion.md

File metadata and controls

134 lines (73 loc) · 3.81 KB

ApplicationCriterion

Properties

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]

Methods

NewApplicationCriterion

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

NewApplicationCriterionWithDefaults

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

GetCategory

func (o *ApplicationCriterion) GetCategory() string

GetCategory returns the Category field if non-nil, zero value otherwise.

GetCategoryOk

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.

SetCategory

func (o *ApplicationCriterion) SetCategory(v string)

SetCategory sets Category field to given value.

HasCategory

func (o *ApplicationCriterion) HasCategory() bool

HasCategory returns a boolean if a field has been set.

GetId

func (o *ApplicationCriterion) GetId() string

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

GetIdOk

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.

SetId

func (o *ApplicationCriterion) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ApplicationCriterion) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *ApplicationCriterion) GetName() string

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

GetNameOk

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.

SetName

func (o *ApplicationCriterion) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ApplicationCriterion) HasName() bool

HasName returns a boolean if a field has been set.

GetSubcategory

func (o *ApplicationCriterion) GetSubcategory() string

GetSubcategory returns the Subcategory field if non-nil, zero value otherwise.

GetSubcategoryOk

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.

SetSubcategory

func (o *ApplicationCriterion) SetSubcategory(v string)

SetSubcategory sets Subcategory field to given value.

HasSubcategory

func (o *ApplicationCriterion) HasSubcategory() bool

HasSubcategory returns a boolean if a field has been set.

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