Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.63 KB

CustomHotpUserFactorAllOf.md

File metadata and controls

82 lines (45 loc) · 2.63 KB

CustomHotpUserFactorAllOf

Properties

Name Type Description Notes
FactorProfileId Pointer to string [optional]
Profile Pointer to CustomHotpUserFactorProfile [optional]

Methods

NewCustomHotpUserFactorAllOf

func NewCustomHotpUserFactorAllOf() *CustomHotpUserFactorAllOf

NewCustomHotpUserFactorAllOf instantiates a new CustomHotpUserFactorAllOf 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

NewCustomHotpUserFactorAllOfWithDefaults

func NewCustomHotpUserFactorAllOfWithDefaults() *CustomHotpUserFactorAllOf

NewCustomHotpUserFactorAllOfWithDefaults instantiates a new CustomHotpUserFactorAllOf 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

GetFactorProfileId

func (o *CustomHotpUserFactorAllOf) GetFactorProfileId() string

GetFactorProfileId returns the FactorProfileId field if non-nil, zero value otherwise.

GetFactorProfileIdOk

func (o *CustomHotpUserFactorAllOf) GetFactorProfileIdOk() (*string, bool)

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

SetFactorProfileId

func (o *CustomHotpUserFactorAllOf) SetFactorProfileId(v string)

SetFactorProfileId sets FactorProfileId field to given value.

HasFactorProfileId

func (o *CustomHotpUserFactorAllOf) HasFactorProfileId() bool

HasFactorProfileId returns a boolean if a field has been set.

GetProfile

func (o *CustomHotpUserFactorAllOf) GetProfile() CustomHotpUserFactorProfile

GetProfile returns the Profile field if non-nil, zero value otherwise.

GetProfileOk

func (o *CustomHotpUserFactorAllOf) GetProfileOk() (*CustomHotpUserFactorProfile, bool)

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

SetProfile

func (o *CustomHotpUserFactorAllOf) SetProfile(v CustomHotpUserFactorProfile)

SetProfile sets Profile field to given value.

HasProfile

func (o *CustomHotpUserFactorAllOf) HasProfile() bool

HasProfile returns a boolean if a field has been set.

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