Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.84 KB

File metadata and controls

82 lines (45 loc) · 2.84 KB

GetAIToolExecutionStatus200ResponseResult

Properties

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]

Methods

NewGetAIToolExecutionStatus200ResponseResult

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

NewGetAIToolExecutionStatus200ResponseResultWithDefaults

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

GetImages

func (o *GetAIToolExecutionStatus200ResponseResult) GetImages() []string

GetImages returns the Images field if non-nil, zero value otherwise.

GetImagesOk

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.

SetImages

func (o *GetAIToolExecutionStatus200ResponseResult) SetImages(v []string)

SetImages sets Images field to given value.

HasImages

func (o *GetAIToolExecutionStatus200ResponseResult) HasImages() bool

HasImages returns a boolean if a field has been set.

GetS3Urls

func (o *GetAIToolExecutionStatus200ResponseResult) GetS3Urls() []string

GetS3Urls returns the S3Urls field if non-nil, zero value otherwise.

GetS3UrlsOk

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.

SetS3Urls

func (o *GetAIToolExecutionStatus200ResponseResult) SetS3Urls(v []string)

SetS3Urls sets S3Urls field to given value.

HasS3Urls

func (o *GetAIToolExecutionStatus200ResponseResult) HasS3Urls() bool

HasS3Urls returns a boolean if a field has been set.

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