Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.3 KB

GlossaryProject.md

File metadata and controls

82 lines (45 loc) · 2.3 KB

GlossaryProject

Properties

Name Type Description Notes
ProjectId Pointer to int64 [optional]
DatabaseIds Pointer to []string [optional]

Methods

NewGlossaryProject

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

NewGlossaryProjectWithDefaults

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

GetProjectId

func (o *GlossaryProject) GetProjectId() int64

GetProjectId returns the ProjectId field if non-nil, zero value otherwise.

GetProjectIdOk

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.

SetProjectId

func (o *GlossaryProject) SetProjectId(v int64)

SetProjectId sets ProjectId field to given value.

HasProjectId

func (o *GlossaryProject) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

GetDatabaseIds

func (o *GlossaryProject) GetDatabaseIds() []string

GetDatabaseIds returns the DatabaseIds field if non-nil, zero value otherwise.

GetDatabaseIdsOk

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.

SetDatabaseIds

func (o *GlossaryProject) SetDatabaseIds(v []string)

SetDatabaseIds sets DatabaseIds field to given value.

HasDatabaseIds

func (o *GlossaryProject) HasDatabaseIds() bool

HasDatabaseIds returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]