Name | Type | Description | Notes |
---|---|---|---|
ObjectUid | string | ||
Component | string | ||
Title | string | ||
ConfigureUrl | Pointer to string | [optional] | |
IconUrl | Pointer to string | [optional] |
func NewUserSetting(objectUid string, component string, title string, ) *UserSetting
NewUserSetting instantiates a new UserSetting 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
func NewUserSettingWithDefaults() *UserSetting
NewUserSettingWithDefaults instantiates a new UserSetting 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
func (o *UserSetting) GetObjectUid() string
GetObjectUid returns the ObjectUid field if non-nil, zero value otherwise.
func (o *UserSetting) GetObjectUidOk() (*string, bool)
GetObjectUidOk returns a tuple with the ObjectUid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSetting) SetObjectUid(v string)
SetObjectUid sets ObjectUid field to given value.
func (o *UserSetting) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *UserSetting) GetComponentOk() (*string, bool)
GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSetting) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *UserSetting) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *UserSetting) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSetting) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *UserSetting) GetConfigureUrl() string
GetConfigureUrl returns the ConfigureUrl field if non-nil, zero value otherwise.
func (o *UserSetting) GetConfigureUrlOk() (*string, bool)
GetConfigureUrlOk returns a tuple with the ConfigureUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSetting) SetConfigureUrl(v string)
SetConfigureUrl sets ConfigureUrl field to given value.
func (o *UserSetting) HasConfigureUrl() bool
HasConfigureUrl returns a boolean if a field has been set.
func (o *UserSetting) GetIconUrl() string
GetIconUrl returns the IconUrl field if non-nil, zero value otherwise.
func (o *UserSetting) GetIconUrlOk() (*string, bool)
GetIconUrlOk returns a tuple with the IconUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserSetting) SetIconUrl(v string)
SetIconUrl sets IconUrl field to given value.
func (o *UserSetting) HasIconUrl() bool
HasIconUrl returns a boolean if a field has been set.