Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | ||
MetaType | string | ||
DockerRepo | NullableString | ||
DockerRef | NullableString | ||
CreatedAt | string | ||
UpdatedAt | string | ||
Links | Pointer to ReleaseLinks | [optional] |
func NewRelease(id int32, metaType string, dockerRepo NullableString, dockerRef NullableString, createdAt string, updatedAt string, ) *Release
NewRelease instantiates a new Release 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 NewReleaseWithDefaults() *Release
NewReleaseWithDefaults instantiates a new Release 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 *Release) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Release) 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 *Release) SetId(v int32)
SetId sets Id field to given value.
func (o *Release) GetMetaType() string
GetMetaType returns the MetaType field if non-nil, zero value otherwise.
func (o *Release) 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 *Release) SetMetaType(v string)
SetMetaType sets MetaType field to given value.
func (o *Release) GetDockerRepo() string
GetDockerRepo returns the DockerRepo field if non-nil, zero value otherwise.
func (o *Release) 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 *Release) SetDockerRepo(v string)
SetDockerRepo sets DockerRepo field to given value.
func (o *Release) SetDockerRepoNil(b bool)
SetDockerRepoNil sets the value for DockerRepo to be an explicit nil
func (o *Release) UnsetDockerRepo()
UnsetDockerRepo ensures that no value is present for DockerRepo, not even an explicit nil
func (o *Release) GetDockerRef() string
GetDockerRef returns the DockerRef field if non-nil, zero value otherwise.
func (o *Release) GetDockerRefOk() (*string, bool)
GetDockerRefOk returns a tuple with the DockerRef field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Release) SetDockerRef(v string)
SetDockerRef sets DockerRef field to given value.
func (o *Release) SetDockerRefNil(b bool)
SetDockerRefNil sets the value for DockerRef to be an explicit nil
func (o *Release) UnsetDockerRef()
UnsetDockerRef ensures that no value is present for DockerRef, not even an explicit nil
func (o *Release) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Release) 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 *Release) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *Release) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *Release) 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 *Release) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *Release) GetLinks() ReleaseLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *Release) GetLinksOk() (*ReleaseLinks, 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 *Release) SetLinks(v ReleaseLinks)
SetLinks sets Links field to given value.
func (o *Release) HasLinks() bool
HasLinks returns a boolean if a field has been set.