Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
ProjectId | Pointer to int64 | [optional] | |
Grids | Pointer to []Grid | [optional] | |
Views | Pointer to []View | [optional] | |
Project | Pointer to Project | [optional] | |
Groups | Pointer to []Group | [optional] |
func NewDatabase() *Database
NewDatabase instantiates a new Database 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 NewDatabaseWithDefaults() *Database
NewDatabaseWithDefaults instantiates a new Database 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 *Database) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Database) GetIdOk() (*string, 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 *Database) SetId(v string)
SetId sets Id field to given value.
func (o *Database) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Database) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Database) 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 *Database) SetName(v string)
SetName sets Name field to given value.
func (o *Database) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Database) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *Database) 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 *Database) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *Database) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *Database) GetProjectId() int64
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *Database) GetProjectIdOk() (*int64, bool)
GetProjectIdOk returns a tuple with the ProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Database) SetProjectId(v int64)
SetProjectId sets ProjectId field to given value.
func (o *Database) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (o *Database) GetGrids() []Grid
GetGrids returns the Grids field if non-nil, zero value otherwise.
func (o *Database) GetGridsOk() (*[]Grid, bool)
GetGridsOk returns a tuple with the Grids field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Database) SetGrids(v []Grid)
SetGrids sets Grids field to given value.
func (o *Database) HasGrids() bool
HasGrids returns a boolean if a field has been set.
func (o *Database) GetViews() []View
GetViews returns the Views field if non-nil, zero value otherwise.
func (o *Database) GetViewsOk() (*[]View, bool)
GetViewsOk returns a tuple with the Views field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Database) SetViews(v []View)
SetViews sets Views field to given value.
func (o *Database) HasViews() bool
HasViews returns a boolean if a field has been set.
func (o *Database) GetProject() Project
GetProject returns the Project field if non-nil, zero value otherwise.
func (o *Database) GetProjectOk() (*Project, bool)
GetProjectOk returns a tuple with the Project field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Database) SetProject(v Project)
SetProject sets Project field to given value.
func (o *Database) HasProject() bool
HasProject returns a boolean if a field has been set.
func (o *Database) GetGroups() []Group
GetGroups returns the Groups field if non-nil, zero value otherwise.
func (o *Database) GetGroupsOk() (*[]Group, bool)
GetGroupsOk returns a tuple with the Groups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Database) SetGroups(v []Group)
SetGroups sets Groups field to given value.
func (o *Database) HasGroups() bool
HasGroups returns a boolean if a field has been set.