Skip to content

Latest commit

History

History
82 lines (45 loc) 路 2.5 KB

UserModelSearchV1ProfileUpgrade.md

File metadata and controls

82 lines (45 loc) 路 2.5 KB

UserModelSearchV1ProfileUpgrade

Properties

Name Type Description Notes
Requested Pointer to bool [optional]
Reason Pointer to string [optional]

Methods

NewUserModelSearchV1ProfileUpgrade

func NewUserModelSearchV1ProfileUpgrade() *UserModelSearchV1ProfileUpgrade

NewUserModelSearchV1ProfileUpgrade instantiates a new UserModelSearchV1ProfileUpgrade 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

NewUserModelSearchV1ProfileUpgradeWithDefaults

func NewUserModelSearchV1ProfileUpgradeWithDefaults() *UserModelSearchV1ProfileUpgrade

NewUserModelSearchV1ProfileUpgradeWithDefaults instantiates a new UserModelSearchV1ProfileUpgrade 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

GetRequested

func (o *UserModelSearchV1ProfileUpgrade) GetRequested() bool

GetRequested returns the Requested field if non-nil, zero value otherwise.

GetRequestedOk

func (o *UserModelSearchV1ProfileUpgrade) GetRequestedOk() (*bool, bool)

GetRequestedOk returns a tuple with the Requested field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRequested

func (o *UserModelSearchV1ProfileUpgrade) SetRequested(v bool)

SetRequested sets Requested field to given value.

HasRequested

func (o *UserModelSearchV1ProfileUpgrade) HasRequested() bool

HasRequested returns a boolean if a field has been set.

GetReason

func (o *UserModelSearchV1ProfileUpgrade) GetReason() string

GetReason returns the Reason field if non-nil, zero value otherwise.

GetReasonOk

func (o *UserModelSearchV1ProfileUpgrade) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReason

func (o *UserModelSearchV1ProfileUpgrade) SetReason(v string)

SetReason sets Reason field to given value.

HasReason

func (o *UserModelSearchV1ProfileUpgrade) HasReason() bool

HasReason returns a boolean if a field has been set.

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