Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.85 KB

File metadata and controls

160 lines (87 loc) · 4.85 KB

ImageGenerationRequestInPaintingParams

Properties

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]

Methods

NewImageGenerationRequestInPaintingParams

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

NewImageGenerationRequestInPaintingParamsWithDefaults

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

GetImage

func (o *ImageGenerationRequestInPaintingParams) GetImage() string

GetImage returns the Image field if non-nil, zero value otherwise.

GetImageOk

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.

SetImage

func (o *ImageGenerationRequestInPaintingParams) SetImage(v string)

SetImage sets Image field to given value.

HasImage

func (o *ImageGenerationRequestInPaintingParams) HasImage() bool

HasImage returns a boolean if a field has been set.

GetMaskImage

func (o *ImageGenerationRequestInPaintingParams) GetMaskImage() string

GetMaskImage returns the MaskImage field if non-nil, zero value otherwise.

GetMaskImageOk

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.

SetMaskImage

func (o *ImageGenerationRequestInPaintingParams) SetMaskImage(v string)

SetMaskImage sets MaskImage field to given value.

HasMaskImage

func (o *ImageGenerationRequestInPaintingParams) HasMaskImage() bool

HasMaskImage returns a boolean if a field has been set.

GetMaskPrompt

func (o *ImageGenerationRequestInPaintingParams) GetMaskPrompt() string

GetMaskPrompt returns the MaskPrompt field if non-nil, zero value otherwise.

GetMaskPromptOk

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.

SetMaskPrompt

func (o *ImageGenerationRequestInPaintingParams) SetMaskPrompt(v string)

SetMaskPrompt sets MaskPrompt field to given value.

HasMaskPrompt

func (o *ImageGenerationRequestInPaintingParams) HasMaskPrompt() bool

HasMaskPrompt returns a boolean if a field has been set.

GetText

func (o *ImageGenerationRequestInPaintingParams) GetText() string

GetText returns the Text field if non-nil, zero value otherwise.

GetTextOk

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.

SetText

func (o *ImageGenerationRequestInPaintingParams) SetText(v string)

SetText sets Text field to given value.

HasText

func (o *ImageGenerationRequestInPaintingParams) HasText() bool

HasText returns a boolean if a field has been set.

GetNegativeText

func (o *ImageGenerationRequestInPaintingParams) GetNegativeText() string

GetNegativeText returns the NegativeText field if non-nil, zero value otherwise.

GetNegativeTextOk

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.

SetNegativeText

func (o *ImageGenerationRequestInPaintingParams) SetNegativeText(v string)

SetNegativeText sets NegativeText field to given value.

HasNegativeText

func (o *ImageGenerationRequestInPaintingParams) HasNegativeText() bool

HasNegativeText returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]