| Name | Type | Description | Notes |
|---|---|---|---|
| TotalCount | Pointer to NullableInt32 | [optional] | |
| Scripts | Pointer to []Script | [optional] | |
| AdditionalFields | Pointer to map[string]interface{} | [optional] | |
| CustomFields | Pointer to map[string]interface{} | [optional] |
func NewResponseCartScriptListResult() *ResponseCartScriptListResult
NewResponseCartScriptListResult instantiates a new ResponseCartScriptListResult 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 NewResponseCartScriptListResultWithDefaults() *ResponseCartScriptListResult
NewResponseCartScriptListResultWithDefaults instantiates a new ResponseCartScriptListResult 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 *ResponseCartScriptListResult) GetTotalCount() int32
GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
func (o *ResponseCartScriptListResult) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseCartScriptListResult) SetTotalCount(v int32)
SetTotalCount sets TotalCount field to given value.
func (o *ResponseCartScriptListResult) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (o *ResponseCartScriptListResult) SetTotalCountNil(b bool)
SetTotalCountNil sets the value for TotalCount to be an explicit nil
func (o *ResponseCartScriptListResult) UnsetTotalCount()
UnsetTotalCount ensures that no value is present for TotalCount, not even an explicit nil
func (o *ResponseCartScriptListResult) GetScripts() []Script
GetScripts returns the Scripts field if non-nil, zero value otherwise.
func (o *ResponseCartScriptListResult) GetScriptsOk() (*[]Script, bool)
GetScriptsOk returns a tuple with the Scripts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseCartScriptListResult) SetScripts(v []Script)
SetScripts sets Scripts field to given value.
func (o *ResponseCartScriptListResult) HasScripts() bool
HasScripts returns a boolean if a field has been set.
func (o *ResponseCartScriptListResult) GetAdditionalFields() map[string]interface{}
GetAdditionalFields returns the AdditionalFields field if non-nil, zero value otherwise.
func (o *ResponseCartScriptListResult) GetAdditionalFieldsOk() (*map[string]interface{}, bool)
GetAdditionalFieldsOk returns a tuple with the AdditionalFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseCartScriptListResult) SetAdditionalFields(v map[string]interface{})
SetAdditionalFields sets AdditionalFields field to given value.
func (o *ResponseCartScriptListResult) HasAdditionalFields() bool
HasAdditionalFields returns a boolean if a field has been set.
func (o *ResponseCartScriptListResult) SetAdditionalFieldsNil(b bool)
SetAdditionalFieldsNil sets the value for AdditionalFields to be an explicit nil
func (o *ResponseCartScriptListResult) UnsetAdditionalFields()
UnsetAdditionalFields ensures that no value is present for AdditionalFields, not even an explicit nil
func (o *ResponseCartScriptListResult) GetCustomFields() map[string]interface{}
GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.
func (o *ResponseCartScriptListResult) GetCustomFieldsOk() (*map[string]interface{}, bool)
GetCustomFieldsOk returns a tuple with the CustomFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseCartScriptListResult) SetCustomFields(v map[string]interface{})
SetCustomFields sets CustomFields field to given value.
func (o *ResponseCartScriptListResult) HasCustomFields() bool
HasCustomFields returns a boolean if a field has been set.
func (o *ResponseCartScriptListResult) SetCustomFieldsNil(b bool)
SetCustomFieldsNil sets the value for CustomFields to be an explicit nil
func (o *ResponseCartScriptListResult) UnsetCustomFields()
UnsetCustomFields ensures that no value is present for CustomFields, not even an explicit nil