Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.48 KB

File metadata and controls

134 lines (73 loc) · 4.48 KB

ImageGenerationRequestColorGuidedGenerationParams

Properties

Name Type Description Notes
Colors Pointer to []string [optional]
ReferenceImage Pointer to string [optional]
Text Pointer to string [optional]
NegativeText Pointer to string [optional]

Methods

NewImageGenerationRequestColorGuidedGenerationParams

func NewImageGenerationRequestColorGuidedGenerationParams() *ImageGenerationRequestColorGuidedGenerationParams

NewImageGenerationRequestColorGuidedGenerationParams instantiates a new ImageGenerationRequestColorGuidedGenerationParams 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

NewImageGenerationRequestColorGuidedGenerationParamsWithDefaults

func NewImageGenerationRequestColorGuidedGenerationParamsWithDefaults() *ImageGenerationRequestColorGuidedGenerationParams

NewImageGenerationRequestColorGuidedGenerationParamsWithDefaults instantiates a new ImageGenerationRequestColorGuidedGenerationParams 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

GetColors

func (o *ImageGenerationRequestColorGuidedGenerationParams) GetColors() []string

GetColors returns the Colors field if non-nil, zero value otherwise.

GetColorsOk

func (o *ImageGenerationRequestColorGuidedGenerationParams) GetColorsOk() (*[]string, bool)

GetColorsOk returns a tuple with the Colors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetColors

func (o *ImageGenerationRequestColorGuidedGenerationParams) SetColors(v []string)

SetColors sets Colors field to given value.

HasColors

func (o *ImageGenerationRequestColorGuidedGenerationParams) HasColors() bool

HasColors returns a boolean if a field has been set.

GetReferenceImage

func (o *ImageGenerationRequestColorGuidedGenerationParams) GetReferenceImage() string

GetReferenceImage returns the ReferenceImage field if non-nil, zero value otherwise.

GetReferenceImageOk

func (o *ImageGenerationRequestColorGuidedGenerationParams) GetReferenceImageOk() (*string, bool)

GetReferenceImageOk returns a tuple with the ReferenceImage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReferenceImage

func (o *ImageGenerationRequestColorGuidedGenerationParams) SetReferenceImage(v string)

SetReferenceImage sets ReferenceImage field to given value.

HasReferenceImage

func (o *ImageGenerationRequestColorGuidedGenerationParams) HasReferenceImage() bool

HasReferenceImage returns a boolean if a field has been set.

GetText

func (o *ImageGenerationRequestColorGuidedGenerationParams) GetText() string

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

GetTextOk

func (o *ImageGenerationRequestColorGuidedGenerationParams) 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 *ImageGenerationRequestColorGuidedGenerationParams) SetText(v string)

SetText sets Text field to given value.

HasText

func (o *ImageGenerationRequestColorGuidedGenerationParams) HasText() bool

HasText returns a boolean if a field has been set.

GetNegativeText

func (o *ImageGenerationRequestColorGuidedGenerationParams) GetNegativeText() string

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

GetNegativeTextOk

func (o *ImageGenerationRequestColorGuidedGenerationParams) 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 *ImageGenerationRequestColorGuidedGenerationParams) SetNegativeText(v string)

SetNegativeText sets NegativeText field to given value.

HasNegativeText

func (o *ImageGenerationRequestColorGuidedGenerationParams) HasNegativeText() bool

HasNegativeText returns a boolean if a field has been set.

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