| Name | Type | Description | Notes |
|---|---|---|---|
| Functions | []BatchUpdateDataTypesItem | List of functions to update. All function IDs must belong to the analysis in the URL. |
func NewBatchUpdateDataTypesInputBody(functions []BatchUpdateDataTypesItem, ) *BatchUpdateDataTypesInputBody
NewBatchUpdateDataTypesInputBody instantiates a new BatchUpdateDataTypesInputBody 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 NewBatchUpdateDataTypesInputBodyWithDefaults() *BatchUpdateDataTypesInputBody
NewBatchUpdateDataTypesInputBodyWithDefaults instantiates a new BatchUpdateDataTypesInputBody 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 *BatchUpdateDataTypesInputBody) GetFunctions() []BatchUpdateDataTypesItem
GetFunctions returns the Functions field if non-nil, zero value otherwise.
func (o *BatchUpdateDataTypesInputBody) GetFunctionsOk() (*[]BatchUpdateDataTypesItem, bool)
GetFunctionsOk returns a tuple with the Functions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BatchUpdateDataTypesInputBody) SetFunctions(v []BatchUpdateDataTypesItem)
SetFunctions sets Functions field to given value.
func (o *BatchUpdateDataTypesInputBody) SetFunctionsNil(b bool)
SetFunctionsNil sets the value for Functions to be an explicit nil
func (o *BatchUpdateDataTypesInputBody) UnsetFunctions()
UnsetFunctions ensures that no value is present for Functions, not even an explicit nil