| Name | Type | Description | Notes |
|---|---|---|---|
| Image | Pointer to string | [optional] | |
| MaskImage | Pointer to string | [optional] | |
| MaskPrompt | Pointer to string | [optional] | |
| Text | Pointer to string | [optional] | |
| NegativeText | Pointer to string | [optional] |
func NewImageGenerationRequestInPaintingParams() *ImageGenerationRequestInPaintingParams
NewImageGenerationRequestInPaintingParams instantiates a new ImageGenerationRequestInPaintingParams 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 NewImageGenerationRequestInPaintingParamsWithDefaults() *ImageGenerationRequestInPaintingParams
NewImageGenerationRequestInPaintingParamsWithDefaults instantiates a new ImageGenerationRequestInPaintingParams 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 *ImageGenerationRequestInPaintingParams) GetImage() string
GetImage returns the Image field if non-nil, zero value otherwise.
func (o *ImageGenerationRequestInPaintingParams) GetImageOk() (*string, bool)
GetImageOk returns a tuple with the Image field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageGenerationRequestInPaintingParams) SetImage(v string)
SetImage sets Image field to given value.
func (o *ImageGenerationRequestInPaintingParams) HasImage() bool
HasImage returns a boolean if a field has been set.
func (o *ImageGenerationRequestInPaintingParams) GetMaskImage() string
GetMaskImage returns the MaskImage field if non-nil, zero value otherwise.
func (o *ImageGenerationRequestInPaintingParams) GetMaskImageOk() (*string, bool)
GetMaskImageOk returns a tuple with the MaskImage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageGenerationRequestInPaintingParams) SetMaskImage(v string)
SetMaskImage sets MaskImage field to given value.
func (o *ImageGenerationRequestInPaintingParams) HasMaskImage() bool
HasMaskImage returns a boolean if a field has been set.
func (o *ImageGenerationRequestInPaintingParams) GetMaskPrompt() string
GetMaskPrompt returns the MaskPrompt field if non-nil, zero value otherwise.
func (o *ImageGenerationRequestInPaintingParams) GetMaskPromptOk() (*string, bool)
GetMaskPromptOk returns a tuple with the MaskPrompt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImageGenerationRequestInPaintingParams) SetMaskPrompt(v string)
SetMaskPrompt sets MaskPrompt field to given value.
func (o *ImageGenerationRequestInPaintingParams) HasMaskPrompt() bool
HasMaskPrompt returns a boolean if a field has been set.
func (o *ImageGenerationRequestInPaintingParams) GetText() string
GetText returns the Text field if non-nil, zero value otherwise.
func (o *ImageGenerationRequestInPaintingParams) 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 *ImageGenerationRequestInPaintingParams) SetText(v string)
SetText sets Text field to given value.
func (o *ImageGenerationRequestInPaintingParams) HasText() bool
HasText returns a boolean if a field has been set.
func (o *ImageGenerationRequestInPaintingParams) GetNegativeText() string
GetNegativeText returns the NegativeText field if non-nil, zero value otherwise.
func (o *ImageGenerationRequestInPaintingParams) 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 *ImageGenerationRequestInPaintingParams) SetNegativeText(v string)
SetNegativeText sets NegativeText field to given value.
func (o *ImageGenerationRequestInPaintingParams) HasNegativeText() bool
HasNegativeText returns a boolean if a field has been set.