| Name | Type | Description | Notes |
|---|---|---|---|
| Apply | Pointer to bool | Whether to apply the suggested function names to the target functions, default is False | [optional] [default to false] |
func NewAiUnstripRequest() *AiUnstripRequest
NewAiUnstripRequest instantiates a new AiUnstripRequest 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 NewAiUnstripRequestWithDefaults() *AiUnstripRequest
NewAiUnstripRequestWithDefaults instantiates a new AiUnstripRequest 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 *AiUnstripRequest) GetApply() bool
GetApply returns the Apply field if non-nil, zero value otherwise.
func (o *AiUnstripRequest) GetApplyOk() (*bool, bool)
GetApplyOk returns a tuple with the Apply field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AiUnstripRequest) SetApply(v bool)
SetApply sets Apply field to given value.
func (o *AiUnstripRequest) HasApply() bool
HasApply returns a boolean if a field has been set.