| Name | Type | Description | Notes |
|---|---|---|---|
| Images | Pointer to []string | [optional] | |
| SimilarityStrength | Pointer to float32 | [optional] | |
| Text | Pointer to string | [optional] | |
| NegativeText | Pointer to string | [optional] |
func NewImageGenerationRequestImageVariationParams() *ImageGenerationRequestImageVariationParams
NewImageGenerationRequestImageVariationParams instantiates a new ImageGenerationRequestImageVariationParams 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 NewImageGenerationRequestImageVariationParamsWithDefaults() *ImageGenerationRequestImageVariationParams
NewImageGenerationRequestImageVariationParamsWithDefaults instantiates a new ImageGenerationRequestImageVariationParams 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 *ImageGenerationRequestImageVariationParams) GetImages() []string
GetImages returns the Images field if non-nil, zero value otherwise.
func (o *ImageGenerationRequestImageVariationParams) GetImagesOk() (*[]string, bool)
GetImagesOk returns a tuple with the Images field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageGenerationRequestImageVariationParams) SetImages(v []string)
SetImages sets Images field to given value.
func (o *ImageGenerationRequestImageVariationParams) HasImages() bool
HasImages returns a boolean if a field has been set.
func (o *ImageGenerationRequestImageVariationParams) GetSimilarityStrength() float32
GetSimilarityStrength returns the SimilarityStrength field if non-nil, zero value otherwise.
func (o *ImageGenerationRequestImageVariationParams) GetSimilarityStrengthOk() (*float32, bool)
GetSimilarityStrengthOk returns a tuple with the SimilarityStrength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageGenerationRequestImageVariationParams) SetSimilarityStrength(v float32)
SetSimilarityStrength sets SimilarityStrength field to given value.
func (o *ImageGenerationRequestImageVariationParams) HasSimilarityStrength() bool
HasSimilarityStrength returns a boolean if a field has been set.
func (o *ImageGenerationRequestImageVariationParams) GetText() string
GetText returns the Text field if non-nil, zero value otherwise.
func (o *ImageGenerationRequestImageVariationParams) GetTextOk() (*string, bool)
GetTextOk returns a tuple with the Text field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageGenerationRequestImageVariationParams) SetText(v string)
SetText sets Text field to given value.
func (o *ImageGenerationRequestImageVariationParams) HasText() bool
HasText returns a boolean if a field has been set.
func (o *ImageGenerationRequestImageVariationParams) GetNegativeText() string
GetNegativeText returns the NegativeText field if non-nil, zero value otherwise.
func (o *ImageGenerationRequestImageVariationParams) GetNegativeTextOk() (*string, bool)
GetNegativeTextOk returns a tuple with the NegativeText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageGenerationRequestImageVariationParams) SetNegativeText(v string)
SetNegativeText sets NegativeText field to given value.
func (o *ImageGenerationRequestImageVariationParams) HasNegativeText() bool
HasNegativeText returns a boolean if a field has been set.