| Name | Type | Description | Notes |
|---|---|---|---|
| Executions | []ListAIToolExecutions200ResponseExecutionsInner | ||
| Count | int32 | Number of executions returned | |
| OrgId | string | Organization identifier | |
| Status | Pointer to string | Filter applied (or 'all') | [optional] |
func NewListAIToolExecutions200Response(executions []ListAIToolExecutions200ResponseExecutionsInner, count int32, orgId string, ) *ListAIToolExecutions200Response
NewListAIToolExecutions200Response instantiates a new ListAIToolExecutions200Response 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 NewListAIToolExecutions200ResponseWithDefaults() *ListAIToolExecutions200Response
NewListAIToolExecutions200ResponseWithDefaults instantiates a new ListAIToolExecutions200Response 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 *ListAIToolExecutions200Response) GetExecutions() []ListAIToolExecutions200ResponseExecutionsInner
GetExecutions returns the Executions field if non-nil, zero value otherwise.
func (o *ListAIToolExecutions200Response) GetExecutionsOk() (*[]ListAIToolExecutions200ResponseExecutionsInner, bool)
GetExecutionsOk returns a tuple with the Executions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAIToolExecutions200Response) SetExecutions(v []ListAIToolExecutions200ResponseExecutionsInner)
SetExecutions sets Executions field to given value.
func (o *ListAIToolExecutions200Response) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *ListAIToolExecutions200Response) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAIToolExecutions200Response) SetCount(v int32)
SetCount sets Count field to given value.
func (o *ListAIToolExecutions200Response) GetOrgId() string
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
func (o *ListAIToolExecutions200Response) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAIToolExecutions200Response) SetOrgId(v string)
SetOrgId sets OrgId field to given value.
func (o *ListAIToolExecutions200Response) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ListAIToolExecutions200Response) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListAIToolExecutions200Response) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ListAIToolExecutions200Response) HasStatus() bool
HasStatus returns a boolean if a field has been set.