Skip to main content

ImportAccountsRequest1

Properties

NameTypeDescriptionNotes
DisableOptimizationPointer to stringUse this flag to reprocess every account whether or not the data has changed.[optional]

Methods

NewImportAccountsRequest1

func NewImportAccountsRequest1() *ImportAccountsRequest1

NewImportAccountsRequest1 instantiates a new ImportAccountsRequest1 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

NewImportAccountsRequest1WithDefaults

func NewImportAccountsRequest1WithDefaults() *ImportAccountsRequest1

NewImportAccountsRequest1WithDefaults instantiates a new ImportAccountsRequest1 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

GetDisableOptimization

func (o *ImportAccountsRequest1) GetDisableOptimization() string

GetDisableOptimization returns the DisableOptimization field if non-nil, zero value otherwise.

GetDisableOptimizationOk

func (o *ImportAccountsRequest1) GetDisableOptimizationOk() (*string, bool)

GetDisableOptimizationOk returns a tuple with the DisableOptimization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDisableOptimization

func (o *ImportAccountsRequest1) SetDisableOptimization(v string)

SetDisableOptimization sets DisableOptimization field to given value.

HasDisableOptimization

func (o *ImportAccountsRequest1) HasDisableOptimization() bool

HasDisableOptimization returns a boolean if a field has been set.