Name | Type | Description | Notes |
---|---|---|---|
App | string | ||
ModelName | string | ||
Pk | string | ||
Name | string | ||
Action | UsedByActionEnum |
func NewUsedBy(app string, modelName string, pk string, name string, action UsedByActionEnum, ) *UsedBy
NewUsedBy instantiates a new UsedBy 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 NewUsedByWithDefaults() *UsedBy
NewUsedByWithDefaults instantiates a new UsedBy 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 *UsedBy) GetApp() string
GetApp returns the App field if non-nil, zero value otherwise.
func (o *UsedBy) GetAppOk() (*string, bool)
GetAppOk returns a tuple with the App field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UsedBy) SetApp(v string)
SetApp sets App field to given value.
func (o *UsedBy) GetModelName() string
GetModelName returns the ModelName field if non-nil, zero value otherwise.
func (o *UsedBy) GetModelNameOk() (*string, bool)
GetModelNameOk returns a tuple with the ModelName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UsedBy) SetModelName(v string)
SetModelName sets ModelName field to given value.
func (o *UsedBy) GetPk() string
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *UsedBy) GetPkOk() (*string, bool)
GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UsedBy) SetPk(v string)
SetPk sets Pk field to given value.
func (o *UsedBy) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UsedBy) 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 *UsedBy) SetName(v string)
SetName sets Name field to given value.
func (o *UsedBy) GetAction() UsedByActionEnum
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *UsedBy) GetActionOk() (*UsedByActionEnum, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UsedBy) SetAction(v UsedByActionEnum)
SetAction sets Action field to given value.