Skip to content

ProfileOverride

Properties

Name Type Description Notes
ProfileOverrideEnable bool Profile Override Enable

Methods

NewProfileOverride

func NewProfileOverride(profileOverrideEnable bool, ) *ProfileOverride

NewProfileOverride instantiates a new ProfileOverride 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

NewProfileOverrideWithDefaults

func NewProfileOverrideWithDefaults() *ProfileOverride

NewProfileOverrideWithDefaults instantiates a new ProfileOverride 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

GetProfileOverrideEnable

func (o *ProfileOverride) GetProfileOverrideEnable() bool

GetProfileOverrideEnable returns the ProfileOverrideEnable field if non-nil, zero value otherwise.

GetProfileOverrideEnableOk

func (o *ProfileOverride) GetProfileOverrideEnableOk() (*bool, bool)

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

SetProfileOverrideEnable

func (o *ProfileOverride) SetProfileOverrideEnable(v bool)

SetProfileOverrideEnable sets ProfileOverrideEnable field to given value.

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