Name | Type | Description | Notes |
---|---|---|---|
Status | string | ||
Id | Pointer to NullableString | Image ID | [optional] |
Name | Pointer to NullableString | [optional] | |
Type | Pointer to NullableString | Type of image | [optional] |
Filename | Pointer to NullableString | [optional] | |
Uniqueid | Pointer to NullableString | [optional] | |
Size | Pointer to NullableFloat32 | [optional] | |
Project | Pointer to NullableString | project ID | [optional] |
CreatedAt | Pointer to NullableTime | When Image was created | [optional] |
UpdatedAt | Pointer to NullableTime | When Image was last updated | [optional] |
func NewImage(status string, ) *Image
NewImage instantiates a new Image 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 NewImageWithDefaults() *Image
NewImageWithDefaults instantiates a new Image 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 *Image) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *Image) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Image) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *Image) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Image) 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 *Image) SetId(v string)
SetId sets Id field to given value.
func (o *Image) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Image) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *Image) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *Image) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Image) 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 *Image) SetName(v string)
SetName sets Name field to given value.
func (o *Image) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Image) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *Image) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *Image) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Image) 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 *Image) SetType(v string)
SetType sets Type field to given value.
func (o *Image) HasType() bool
HasType returns a boolean if a field has been set.
func (o *Image) SetTypeNil(b bool)
SetTypeNil sets the value for Type to be an explicit nil
func (o *Image) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
func (o *Image) GetFilename() string
GetFilename returns the Filename field if non-nil, zero value otherwise.
func (o *Image) GetFilenameOk() (*string, bool)
GetFilenameOk returns a tuple with the Filename field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Image) SetFilename(v string)
SetFilename sets Filename field to given value.
func (o *Image) HasFilename() bool
HasFilename returns a boolean if a field has been set.
func (o *Image) SetFilenameNil(b bool)
SetFilenameNil sets the value for Filename to be an explicit nil
func (o *Image) UnsetFilename()
UnsetFilename ensures that no value is present for Filename, not even an explicit nil
func (o *Image) GetUniqueid() string
GetUniqueid returns the Uniqueid field if non-nil, zero value otherwise.
func (o *Image) GetUniqueidOk() (*string, bool)
GetUniqueidOk returns a tuple with the Uniqueid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Image) SetUniqueid(v string)
SetUniqueid sets Uniqueid field to given value.
func (o *Image) HasUniqueid() bool
HasUniqueid returns a boolean if a field has been set.
func (o *Image) SetUniqueidNil(b bool)
SetUniqueidNil sets the value for Uniqueid to be an explicit nil
func (o *Image) UnsetUniqueid()
UnsetUniqueid ensures that no value is present for Uniqueid, not even an explicit nil
func (o *Image) GetSize() float32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *Image) GetSizeOk() (*float32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Image) SetSize(v float32)
SetSize sets Size field to given value.
func (o *Image) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *Image) SetSizeNil(b bool)
SetSizeNil sets the value for Size to be an explicit nil
func (o *Image) UnsetSize()
UnsetSize ensures that no value is present for Size, not even an explicit nil
func (o *Image) GetProject() string
GetProject returns the Project field if non-nil, zero value otherwise.
func (o *Image) GetProjectOk() (*string, 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 *Image) SetProject(v string)
SetProject sets Project field to given value.
func (o *Image) HasProject() bool
HasProject returns a boolean if a field has been set.
func (o *Image) SetProjectNil(b bool)
SetProjectNil sets the value for Project to be an explicit nil
func (o *Image) UnsetProject()
UnsetProject ensures that no value is present for Project, not even an explicit nil
func (o *Image) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Image) GetCreatedAtOk() (*time.Time, 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 *Image) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *Image) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *Image) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *Image) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (o *Image) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *Image) GetUpdatedAtOk() (*time.Time, 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 *Image) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *Image) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *Image) SetUpdatedAtNil(b bool)
SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil
func (o *Image) UnsetUpdatedAt()
UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil