| Name | Type | Description | Notes |
|---|---|---|---|
| Images | Pointer to []string | For image generation: Array of base64-encoded data URIs for inline display/preview | [optional] |
| S3Urls | Pointer to []string | For image generation: Array of signed S3 URLs for high-quality downloads (expire after 1 hour) | [optional] |
func NewGetAIToolExecutionStatus200ResponseResult() *GetAIToolExecutionStatus200ResponseResult
NewGetAIToolExecutionStatus200ResponseResult instantiates a new GetAIToolExecutionStatus200ResponseResult 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 NewGetAIToolExecutionStatus200ResponseResultWithDefaults() *GetAIToolExecutionStatus200ResponseResult
NewGetAIToolExecutionStatus200ResponseResultWithDefaults instantiates a new GetAIToolExecutionStatus200ResponseResult 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 *GetAIToolExecutionStatus200ResponseResult) GetImages() []string
GetImages returns the Images field if non-nil, zero value otherwise.
func (o *GetAIToolExecutionStatus200ResponseResult) 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 *GetAIToolExecutionStatus200ResponseResult) SetImages(v []string)
SetImages sets Images field to given value.
func (o *GetAIToolExecutionStatus200ResponseResult) HasImages() bool
HasImages returns a boolean if a field has been set.
func (o *GetAIToolExecutionStatus200ResponseResult) GetS3Urls() []string
GetS3Urls returns the S3Urls field if non-nil, zero value otherwise.
func (o *GetAIToolExecutionStatus200ResponseResult) GetS3UrlsOk() (*[]string, bool)
GetS3UrlsOk returns a tuple with the S3Urls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAIToolExecutionStatus200ResponseResult) SetS3Urls(v []string)
SetS3Urls sets S3Urls field to given value.
func (o *GetAIToolExecutionStatus200ResponseResult) HasS3Urls() bool
HasS3Urls returns a boolean if a field has been set.