Skip to content

ExperienceImprovementProgram

Properties

Name Type Description Notes
ExpImprove bool Join User Experience Improvement Program

Methods

NewExperienceImprovementProgram

func NewExperienceImprovementProgram(expImprove bool, ) *ExperienceImprovementProgram

NewExperienceImprovementProgram instantiates a new ExperienceImprovementProgram 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

NewExperienceImprovementProgramWithDefaults

func NewExperienceImprovementProgramWithDefaults() *ExperienceImprovementProgram

NewExperienceImprovementProgramWithDefaults instantiates a new ExperienceImprovementProgram 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

GetExpImprove

func (o *ExperienceImprovementProgram) GetExpImprove() bool

GetExpImprove returns the ExpImprove field if non-nil, zero value otherwise.

GetExpImproveOk

func (o *ExperienceImprovementProgram) GetExpImproveOk() (*bool, bool)

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

SetExpImprove

func (o *ExperienceImprovementProgram) SetExpImprove(v bool)

SetExpImprove sets ExpImprove field to given value.

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