Name | Type | Description | Notes |
---|---|---|---|
ProjectId | Pointer to int64 | [optional] | |
DatabaseIds | Pointer to []string | [optional] |
func NewGlossaryProject() *GlossaryProject
NewGlossaryProject instantiates a new GlossaryProject 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 NewGlossaryProjectWithDefaults() *GlossaryProject
NewGlossaryProjectWithDefaults instantiates a new GlossaryProject 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 *GlossaryProject) GetProjectId() int64
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *GlossaryProject) 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 *GlossaryProject) SetProjectId(v int64)
SetProjectId sets ProjectId field to given value.
func (o *GlossaryProject) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (o *GlossaryProject) GetDatabaseIds() []string
GetDatabaseIds returns the DatabaseIds field if non-nil, zero value otherwise.
func (o *GlossaryProject) GetDatabaseIdsOk() (*[]string, bool)
GetDatabaseIdsOk returns a tuple with the DatabaseIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GlossaryProject) SetDatabaseIds(v []string)
SetDatabaseIds sets DatabaseIds field to given value.
func (o *GlossaryProject) HasDatabaseIds() bool
HasDatabaseIds returns a boolean if a field has been set.