Name | Type | Description | Notes |
---|---|---|---|
Grid | Pointer to ReferencedGrid | [optional] | |
Column | Pointer to ReferencedColumn | [optional] | |
Branch | Pointer to ReferencedGrid | [optional] | |
Type | Pointer to string | [optional] | |
SelectionType | Pointer to string | [optional] |
func NewColumnReference() *ColumnReference
NewColumnReference instantiates a new ColumnReference 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 NewColumnReferenceWithDefaults() *ColumnReference
NewColumnReferenceWithDefaults instantiates a new ColumnReference 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 *ColumnReference) GetGrid() ReferencedGrid
GetGrid returns the Grid field if non-nil, zero value otherwise.
func (o *ColumnReference) GetGridOk() (*ReferencedGrid, bool)
GetGridOk returns a tuple with the Grid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ColumnReference) SetGrid(v ReferencedGrid)
SetGrid sets Grid field to given value.
func (o *ColumnReference) HasGrid() bool
HasGrid returns a boolean if a field has been set.
func (o *ColumnReference) GetColumn() ReferencedColumn
GetColumn returns the Column field if non-nil, zero value otherwise.
func (o *ColumnReference) GetColumnOk() (*ReferencedColumn, bool)
GetColumnOk returns a tuple with the Column field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ColumnReference) SetColumn(v ReferencedColumn)
SetColumn sets Column field to given value.
func (o *ColumnReference) HasColumn() bool
HasColumn returns a boolean if a field has been set.
func (o *ColumnReference) GetBranch() ReferencedGrid
GetBranch returns the Branch field if non-nil, zero value otherwise.
func (o *ColumnReference) GetBranchOk() (*ReferencedGrid, bool)
GetBranchOk returns a tuple with the Branch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ColumnReference) SetBranch(v ReferencedGrid)
SetBranch sets Branch field to given value.
func (o *ColumnReference) HasBranch() bool
HasBranch returns a boolean if a field has been set.
func (o *ColumnReference) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ColumnReference) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ColumnReference) SetType(v string)
SetType sets Type field to given value.
func (o *ColumnReference) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ColumnReference) GetSelectionType() string
GetSelectionType returns the SelectionType field if non-nil, zero value otherwise.
func (o *ColumnReference) GetSelectionTypeOk() (*string, bool)
GetSelectionTypeOk returns a tuple with the SelectionType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ColumnReference) SetSelectionType(v string)
SetSelectionType sets SelectionType field to given value.
func (o *ColumnReference) HasSelectionType() bool
HasSelectionType returns a boolean if a field has been set.