| Name | Type | Description | Notes |
|---|---|---|---|
| Colors | Pointer to []string | [optional] | |
| ReferenceImage | Pointer to string | [optional] | |
| Text | Pointer to string | [optional] | |
| NegativeText | Pointer to string | [optional] |
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
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
func (o *ImageGenerationRequestColorGuidedGenerationParams) GetColors() []string
GetColors returns the Colors field if non-nil, zero value otherwise.
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.
func (o *ImageGenerationRequestColorGuidedGenerationParams) SetColors(v []string)
SetColors sets Colors field to given value.
func (o *ImageGenerationRequestColorGuidedGenerationParams) HasColors() bool
HasColors returns a boolean if a field has been set.
func (o *ImageGenerationRequestColorGuidedGenerationParams) GetReferenceImage() string
GetReferenceImage returns the ReferenceImage field if non-nil, zero value otherwise.
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.
func (o *ImageGenerationRequestColorGuidedGenerationParams) SetReferenceImage(v string)
SetReferenceImage sets ReferenceImage field to given value.
func (o *ImageGenerationRequestColorGuidedGenerationParams) HasReferenceImage() bool
HasReferenceImage returns a boolean if a field has been set.
func (o *ImageGenerationRequestColorGuidedGenerationParams) GetText() string
GetText returns the Text field if non-nil, zero value otherwise.
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.
func (o *ImageGenerationRequestColorGuidedGenerationParams) SetText(v string)
SetText sets Text field to given value.
func (o *ImageGenerationRequestColorGuidedGenerationParams) HasText() bool
HasText returns a boolean if a field has been set.
func (o *ImageGenerationRequestColorGuidedGenerationParams) GetNegativeText() string
GetNegativeText returns the NegativeText field if non-nil, zero value otherwise.
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.
func (o *ImageGenerationRequestColorGuidedGenerationParams) SetNegativeText(v string)
SetNegativeText sets NegativeText field to given value.
func (o *ImageGenerationRequestColorGuidedGenerationParams) HasNegativeText() bool
HasNegativeText returns a boolean if a field has been set.