| Name | Type | Description | Notes |
|---|---|---|---|
| Width | Pointer to int32 | [optional] | |
| Height | Pointer to int32 | [optional] | |
| Quality | Pointer to string | [optional] [default to "standard"] | |
| CfgScale | Pointer to float32 | [optional] [default to 6.5] | |
| Seed | Pointer to int32 | [optional] | |
| NumberOfImages | Pointer to int32 | [optional] [default to 1] |
func NewImageGenerationRequestImageGenerationConfig() *ImageGenerationRequestImageGenerationConfig
NewImageGenerationRequestImageGenerationConfig instantiates a new ImageGenerationRequestImageGenerationConfig 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 NewImageGenerationRequestImageGenerationConfigWithDefaults() *ImageGenerationRequestImageGenerationConfig
NewImageGenerationRequestImageGenerationConfigWithDefaults instantiates a new ImageGenerationRequestImageGenerationConfig 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 *ImageGenerationRequestImageGenerationConfig) GetWidth() int32
GetWidth returns the Width field if non-nil, zero value otherwise.
func (o *ImageGenerationRequestImageGenerationConfig) GetWidthOk() (*int32, bool)
GetWidthOk returns a tuple with the Width field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageGenerationRequestImageGenerationConfig) SetWidth(v int32)
SetWidth sets Width field to given value.
func (o *ImageGenerationRequestImageGenerationConfig) HasWidth() bool
HasWidth returns a boolean if a field has been set.
func (o *ImageGenerationRequestImageGenerationConfig) GetHeight() int32
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *ImageGenerationRequestImageGenerationConfig) GetHeightOk() (*int32, bool)
GetHeightOk returns a tuple with the Height field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageGenerationRequestImageGenerationConfig) SetHeight(v int32)
SetHeight sets Height field to given value.
func (o *ImageGenerationRequestImageGenerationConfig) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *ImageGenerationRequestImageGenerationConfig) GetQuality() string
GetQuality returns the Quality field if non-nil, zero value otherwise.
func (o *ImageGenerationRequestImageGenerationConfig) GetQualityOk() (*string, bool)
GetQualityOk returns a tuple with the Quality field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageGenerationRequestImageGenerationConfig) SetQuality(v string)
SetQuality sets Quality field to given value.
func (o *ImageGenerationRequestImageGenerationConfig) HasQuality() bool
HasQuality returns a boolean if a field has been set.
func (o *ImageGenerationRequestImageGenerationConfig) GetCfgScale() float32
GetCfgScale returns the CfgScale field if non-nil, zero value otherwise.
func (o *ImageGenerationRequestImageGenerationConfig) GetCfgScaleOk() (*float32, bool)
GetCfgScaleOk returns a tuple with the CfgScale field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageGenerationRequestImageGenerationConfig) SetCfgScale(v float32)
SetCfgScale sets CfgScale field to given value.
func (o *ImageGenerationRequestImageGenerationConfig) HasCfgScale() bool
HasCfgScale returns a boolean if a field has been set.
func (o *ImageGenerationRequestImageGenerationConfig) GetSeed() int32
GetSeed returns the Seed field if non-nil, zero value otherwise.
func (o *ImageGenerationRequestImageGenerationConfig) GetSeedOk() (*int32, bool)
GetSeedOk returns a tuple with the Seed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageGenerationRequestImageGenerationConfig) SetSeed(v int32)
SetSeed sets Seed field to given value.
func (o *ImageGenerationRequestImageGenerationConfig) HasSeed() bool
HasSeed returns a boolean if a field has been set.
func (o *ImageGenerationRequestImageGenerationConfig) GetNumberOfImages() int32
GetNumberOfImages returns the NumberOfImages field if non-nil, zero value otherwise.
func (o *ImageGenerationRequestImageGenerationConfig) GetNumberOfImagesOk() (*int32, bool)
GetNumberOfImagesOk returns a tuple with the NumberOfImages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageGenerationRequestImageGenerationConfig) SetNumberOfImages(v int32)
SetNumberOfImages sets NumberOfImages field to given value.
func (o *ImageGenerationRequestImageGenerationConfig) HasNumberOfImages() bool
HasNumberOfImages returns a boolean if a field has been set.