Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.65 KB

File metadata and controls

56 lines (31 loc) · 1.65 KB

AiUnstripRequest

Properties

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]

Methods

NewAiUnstripRequest

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

NewAiUnstripRequestWithDefaults

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

GetApply

func (o *AiUnstripRequest) GetApply() bool

GetApply returns the Apply field if non-nil, zero value otherwise.

GetApplyOk

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.

SetApply

func (o *AiUnstripRequest) SetApply(v bool)

SetApply sets Apply field to given value.

HasApply

func (o *AiUnstripRequest) HasApply() bool

HasApply returns a boolean if a field has been set.

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