Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.17 KB

UsedBy.md

File metadata and controls

135 lines (72 loc) · 3.17 KB

UsedBy

Properties

Name Type Description Notes
App string
ModelName string
Pk string
Name string
Action UsedByActionEnum

Methods

NewUsedBy

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

NewUsedByWithDefaults

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

GetApp

func (o *UsedBy) GetApp() string

GetApp returns the App field if non-nil, zero value otherwise.

GetAppOk

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.

SetApp

func (o *UsedBy) SetApp(v string)

SetApp sets App field to given value.

GetModelName

func (o *UsedBy) GetModelName() string

GetModelName returns the ModelName field if non-nil, zero value otherwise.

GetModelNameOk

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.

SetModelName

func (o *UsedBy) SetModelName(v string)

SetModelName sets ModelName field to given value.

GetPk

func (o *UsedBy) GetPk() string

GetPk returns the Pk field if non-nil, zero value otherwise.

GetPkOk

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.

SetPk

func (o *UsedBy) SetPk(v string)

SetPk sets Pk field to given value.

GetName

func (o *UsedBy) GetName() string

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

GetNameOk

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.

SetName

func (o *UsedBy) SetName(v string)

SetName sets Name field to given value.

GetAction

func (o *UsedBy) GetAction() UsedByActionEnum

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

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.

SetAction

func (o *UsedBy) SetAction(v UsedByActionEnum)

SetAction sets Action field to given value.

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