Name | Type | Description | Notes |
---|---|---|---|
CompanyId | Pointer to string | [optional] | |
Link | Pointer to string | [optional] | |
Active | Pointer to bool | [optional] | |
ViewId | Pointer to string | [optional] | |
IncludeGridHistory | Pointer to bool | [optional] | |
CreatedDate | Pointer to time.Time | [optional] | |
LastModifiedDate | Pointer to time.Time | [optional] |
func NewShareView() *ShareView
NewShareView instantiates a new ShareView 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 NewShareViewWithDefaults() *ShareView
NewShareViewWithDefaults instantiates a new ShareView 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 *ShareView) GetCompanyId() string
GetCompanyId returns the CompanyId field if non-nil, zero value otherwise.
func (o *ShareView) GetCompanyIdOk() (*string, bool)
GetCompanyIdOk returns a tuple with the CompanyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShareView) SetCompanyId(v string)
SetCompanyId sets CompanyId field to given value.
func (o *ShareView) HasCompanyId() bool
HasCompanyId returns a boolean if a field has been set.
func (o *ShareView) GetLink() string
GetLink returns the Link field if non-nil, zero value otherwise.
func (o *ShareView) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShareView) SetLink(v string)
SetLink sets Link field to given value.
func (o *ShareView) HasLink() bool
HasLink returns a boolean if a field has been set.
func (o *ShareView) GetActive() bool
GetActive returns the Active field if non-nil, zero value otherwise.
func (o *ShareView) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShareView) SetActive(v bool)
SetActive sets Active field to given value.
func (o *ShareView) HasActive() bool
HasActive returns a boolean if a field has been set.
func (o *ShareView) GetViewId() string
GetViewId returns the ViewId field if non-nil, zero value otherwise.
func (o *ShareView) GetViewIdOk() (*string, bool)
GetViewIdOk returns a tuple with the ViewId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShareView) SetViewId(v string)
SetViewId sets ViewId field to given value.
func (o *ShareView) HasViewId() bool
HasViewId returns a boolean if a field has been set.
func (o *ShareView) GetIncludeGridHistory() bool
GetIncludeGridHistory returns the IncludeGridHistory field if non-nil, zero value otherwise.
func (o *ShareView) GetIncludeGridHistoryOk() (*bool, bool)
GetIncludeGridHistoryOk returns a tuple with the IncludeGridHistory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShareView) SetIncludeGridHistory(v bool)
SetIncludeGridHistory sets IncludeGridHistory field to given value.
func (o *ShareView) HasIncludeGridHistory() bool
HasIncludeGridHistory returns a boolean if a field has been set.
func (o *ShareView) GetCreatedDate() time.Time
GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.
func (o *ShareView) GetCreatedDateOk() (*time.Time, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShareView) SetCreatedDate(v time.Time)
SetCreatedDate sets CreatedDate field to given value.
func (o *ShareView) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (o *ShareView) GetLastModifiedDate() time.Time
GetLastModifiedDate returns the LastModifiedDate field if non-nil, zero value otherwise.
func (o *ShareView) GetLastModifiedDateOk() (*time.Time, bool)
GetLastModifiedDateOk returns a tuple with the LastModifiedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShareView) SetLastModifiedDate(v time.Time)
SetLastModifiedDate sets LastModifiedDate field to given value.
func (o *ShareView) HasLastModifiedDate() bool
HasLastModifiedDate returns a boolean if a field has been set.