| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int64 | [optional] [readonly] | |
| LastUpdateTimestamp | Pointer to int64 | [optional] [readonly] | |
| Name | string | ||
| Description | Pointer to string | [optional] | |
| Identifier | Pointer to string | [optional] | |
| StarredViews | Pointer to []int64 | [optional] | |
| SystemNotificationsRead | []string | ||
| HideUnavailableMonitors | bool | ||
| HideUnavailableMetrics | bool | ||
| HideUnavailableConnections | bool | ||
| OwnedBy | Pointer to string | [optional] |
func NewUserProfile(name string, systemNotificationsRead []string, hideUnavailableMonitors bool, hideUnavailableMetrics bool, hideUnavailableConnections bool, ) *UserProfile
NewUserProfile instantiates a new UserProfile 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 NewUserProfileWithDefaults() *UserProfile
NewUserProfileWithDefaults instantiates a new UserProfile 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 *UserProfile) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *UserProfile) GetIdOk() (*int64, 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.
func (o *UserProfile) SetId(v int64)
SetId sets Id field to given value.
func (o *UserProfile) HasId() bool
HasId returns a boolean if a field has been set.
func (o *UserProfile) GetLastUpdateTimestamp() int64
GetLastUpdateTimestamp returns the LastUpdateTimestamp field if non-nil, zero value otherwise.
func (o *UserProfile) GetLastUpdateTimestampOk() (*int64, bool)
GetLastUpdateTimestampOk returns a tuple with the LastUpdateTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProfile) SetLastUpdateTimestamp(v int64)
SetLastUpdateTimestamp sets LastUpdateTimestamp field to given value.
func (o *UserProfile) HasLastUpdateTimestamp() bool
HasLastUpdateTimestamp returns a boolean if a field has been set.
func (o *UserProfile) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UserProfile) 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.
func (o *UserProfile) SetName(v string)
SetName sets Name field to given value.
func (o *UserProfile) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *UserProfile) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProfile) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *UserProfile) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *UserProfile) GetIdentifier() string
GetIdentifier returns the Identifier field if non-nil, zero value otherwise.
func (o *UserProfile) GetIdentifierOk() (*string, bool)
GetIdentifierOk returns a tuple with the Identifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProfile) SetIdentifier(v string)
SetIdentifier sets Identifier field to given value.
func (o *UserProfile) HasIdentifier() bool
HasIdentifier returns a boolean if a field has been set.
func (o *UserProfile) GetStarredViews() []int64
GetStarredViews returns the StarredViews field if non-nil, zero value otherwise.
func (o *UserProfile) GetStarredViewsOk() (*[]int64, bool)
GetStarredViewsOk returns a tuple with the StarredViews field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProfile) SetStarredViews(v []int64)
SetStarredViews sets StarredViews field to given value.
func (o *UserProfile) HasStarredViews() bool
HasStarredViews returns a boolean if a field has been set.
func (o *UserProfile) GetSystemNotificationsRead() []string
GetSystemNotificationsRead returns the SystemNotificationsRead field if non-nil, zero value otherwise.
func (o *UserProfile) GetSystemNotificationsReadOk() (*[]string, bool)
GetSystemNotificationsReadOk returns a tuple with the SystemNotificationsRead field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProfile) SetSystemNotificationsRead(v []string)
SetSystemNotificationsRead sets SystemNotificationsRead field to given value.
func (o *UserProfile) GetHideUnavailableMonitors() bool
GetHideUnavailableMonitors returns the HideUnavailableMonitors field if non-nil, zero value otherwise.
func (o *UserProfile) GetHideUnavailableMonitorsOk() (*bool, bool)
GetHideUnavailableMonitorsOk returns a tuple with the HideUnavailableMonitors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProfile) SetHideUnavailableMonitors(v bool)
SetHideUnavailableMonitors sets HideUnavailableMonitors field to given value.
func (o *UserProfile) GetHideUnavailableMetrics() bool
GetHideUnavailableMetrics returns the HideUnavailableMetrics field if non-nil, zero value otherwise.
func (o *UserProfile) GetHideUnavailableMetricsOk() (*bool, bool)
GetHideUnavailableMetricsOk returns a tuple with the HideUnavailableMetrics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProfile) SetHideUnavailableMetrics(v bool)
SetHideUnavailableMetrics sets HideUnavailableMetrics field to given value.
func (o *UserProfile) GetHideUnavailableConnections() bool
GetHideUnavailableConnections returns the HideUnavailableConnections field if non-nil, zero value otherwise.
func (o *UserProfile) GetHideUnavailableConnectionsOk() (*bool, bool)
GetHideUnavailableConnectionsOk returns a tuple with the HideUnavailableConnections field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProfile) SetHideUnavailableConnections(v bool)
SetHideUnavailableConnections sets HideUnavailableConnections field to given value.
func (o *UserProfile) GetOwnedBy() string
GetOwnedBy returns the OwnedBy field if non-nil, zero value otherwise.
func (o *UserProfile) GetOwnedByOk() (*string, bool)
GetOwnedByOk returns a tuple with the OwnedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProfile) SetOwnedBy(v string)
SetOwnedBy sets OwnedBy field to given value.
func (o *UserProfile) HasOwnedBy() bool
HasOwnedBy returns a boolean if a field has been set.