Name | Type | Description | Notes |
---|---|---|---|
Data | interface{} | ||
OrgId | string | ||
ViewId | string | ||
ViewName | string |
func NewView(data interface{}, orgId string, viewId string, viewName string, ) *View
NewView instantiates a new View 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 NewViewWithDefaults() *View
NewViewWithDefaults instantiates a new View 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 *View) GetData() interface{}
GetData returns the Data field if non-nil, zero value otherwise.
func (o *View) GetDataOk() (*interface{}, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *View) SetData(v interface{})
SetData sets Data field to given value.
func (o *View) SetDataNil(b bool)
SetDataNil sets the value for Data to be an explicit nil
func (o *View) UnsetData()
UnsetData ensures that no value is present for Data, not even an explicit nil
func (o *View) GetOrgId() string
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
func (o *View) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *View) SetOrgId(v string)
SetOrgId sets OrgId field to given value.
func (o *View) GetViewId() string
GetViewId returns the ViewId field if non-nil, zero value otherwise.
func (o *View) 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 *View) SetViewId(v string)
SetViewId sets ViewId field to given value.
func (o *View) GetViewName() string
GetViewName returns the ViewName field if non-nil, zero value otherwise.
func (o *View) GetViewNameOk() (*string, bool)
GetViewNameOk returns a tuple with the ViewName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *View) SetViewName(v string)
SetViewName sets ViewName field to given value.