Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.25 KB

OnboardingEligibleItem.md

File metadata and controls

114 lines (61 loc) · 3.25 KB

OnboardingEligibleItem

Properties

Name Type Description Notes
Id string
Name string
ScopeDescription string
SiteDescription string

Methods

NewOnboardingEligibleItem

func NewOnboardingEligibleItem(id string, name string, scopeDescription string, siteDescription string, ) *OnboardingEligibleItem

NewOnboardingEligibleItem instantiates a new OnboardingEligibleItem 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

NewOnboardingEligibleItemWithDefaults

func NewOnboardingEligibleItemWithDefaults() *OnboardingEligibleItem

NewOnboardingEligibleItemWithDefaults instantiates a new OnboardingEligibleItem 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

GetId

func (o *OnboardingEligibleItem) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *OnboardingEligibleItem) GetIdOk() (*string, bool)

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

SetId

func (o *OnboardingEligibleItem) SetId(v string)

SetId sets Id field to given value.

GetName

func (o *OnboardingEligibleItem) GetName() string

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

GetNameOk

func (o *OnboardingEligibleItem) 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 *OnboardingEligibleItem) SetName(v string)

SetName sets Name field to given value.

GetScopeDescription

func (o *OnboardingEligibleItem) GetScopeDescription() string

GetScopeDescription returns the ScopeDescription field if non-nil, zero value otherwise.

GetScopeDescriptionOk

func (o *OnboardingEligibleItem) GetScopeDescriptionOk() (*string, bool)

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

SetScopeDescription

func (o *OnboardingEligibleItem) SetScopeDescription(v string)

SetScopeDescription sets ScopeDescription field to given value.

GetSiteDescription

func (o *OnboardingEligibleItem) GetSiteDescription() string

GetSiteDescription returns the SiteDescription field if non-nil, zero value otherwise.

GetSiteDescriptionOk

func (o *OnboardingEligibleItem) GetSiteDescriptionOk() (*string, bool)

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

SetSiteDescription

func (o *OnboardingEligibleItem) SetSiteDescription(v string)

SetSiteDescription sets SiteDescription field to given value.

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