Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | ||
MetaType | string | ||
CreatedAt | string | ||
UpdatedAt | string | ||
Type | string | ||
Version | string | ||
Discoverable | bool | ||
Visible | bool | ||
Default | bool | ||
Description | string | ||
DockerRepo | string | ||
Links | Pointer to DatabaseImageLinks | [optional] |
func NewDatabaseImage(id int32, metaType string, createdAt string, updatedAt string, type_ string, version string, discoverable bool, visible bool, default_ bool, description string, dockerRepo string, ) *DatabaseImage
NewDatabaseImage instantiates a new DatabaseImage 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 NewDatabaseImageWithDefaults() *DatabaseImage
NewDatabaseImageWithDefaults instantiates a new DatabaseImage 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 *DatabaseImage) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DatabaseImage) GetIdOk() (*int32, 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 *DatabaseImage) SetId(v int32)
SetId sets Id field to given value.
func (o *DatabaseImage) GetMetaType() string
GetMetaType returns the MetaType field if non-nil, zero value otherwise.
func (o *DatabaseImage) GetMetaTypeOk() (*string, bool)
GetMetaTypeOk returns a tuple with the MetaType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseImage) SetMetaType(v string)
SetMetaType sets MetaType field to given value.
func (o *DatabaseImage) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *DatabaseImage) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseImage) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *DatabaseImage) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *DatabaseImage) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseImage) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *DatabaseImage) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *DatabaseImage) 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 *DatabaseImage) SetType(v string)
SetType sets Type field to given value.
func (o *DatabaseImage) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *DatabaseImage) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseImage) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *DatabaseImage) GetDiscoverable() bool
GetDiscoverable returns the Discoverable field if non-nil, zero value otherwise.
func (o *DatabaseImage) GetDiscoverableOk() (*bool, bool)
GetDiscoverableOk returns a tuple with the Discoverable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseImage) SetDiscoverable(v bool)
SetDiscoverable sets Discoverable field to given value.
func (o *DatabaseImage) GetVisible() bool
GetVisible returns the Visible field if non-nil, zero value otherwise.
func (o *DatabaseImage) GetVisibleOk() (*bool, bool)
GetVisibleOk returns a tuple with the Visible field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseImage) SetVisible(v bool)
SetVisible sets Visible field to given value.
func (o *DatabaseImage) GetDefault() bool
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *DatabaseImage) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseImage) SetDefault(v bool)
SetDefault sets Default field to given value.
func (o *DatabaseImage) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *DatabaseImage) 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 *DatabaseImage) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DatabaseImage) GetDockerRepo() string
GetDockerRepo returns the DockerRepo field if non-nil, zero value otherwise.
func (o *DatabaseImage) GetDockerRepoOk() (*string, bool)
GetDockerRepoOk returns a tuple with the DockerRepo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseImage) SetDockerRepo(v string)
SetDockerRepo sets DockerRepo field to given value.
func (o *DatabaseImage) GetLinks() DatabaseImageLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *DatabaseImage) GetLinksOk() (*DatabaseImageLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseImage) SetLinks(v DatabaseImageLinks)
SetLinks sets Links field to given value.
func (o *DatabaseImage) HasLinks() bool
HasLinks returns a boolean if a field has been set.