Skip to content

Latest commit

 

History

History
164 lines (91 loc) · 5.24 KB

File metadata and controls

164 lines (91 loc) · 5.24 KB

ResponseCartScriptListResult

Properties

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]

Methods

NewResponseCartScriptListResult

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

NewResponseCartScriptListResultWithDefaults

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

GetTotalCount

func (o *ResponseCartScriptListResult) GetTotalCount() int32

GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.

GetTotalCountOk

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.

SetTotalCount

func (o *ResponseCartScriptListResult) SetTotalCount(v int32)

SetTotalCount sets TotalCount field to given value.

HasTotalCount

func (o *ResponseCartScriptListResult) HasTotalCount() bool

HasTotalCount returns a boolean if a field has been set.

SetTotalCountNil

func (o *ResponseCartScriptListResult) SetTotalCountNil(b bool)

SetTotalCountNil sets the value for TotalCount to be an explicit nil

UnsetTotalCount

func (o *ResponseCartScriptListResult) UnsetTotalCount()

UnsetTotalCount ensures that no value is present for TotalCount, not even an explicit nil

GetScripts

func (o *ResponseCartScriptListResult) GetScripts() []Script

GetScripts returns the Scripts field if non-nil, zero value otherwise.

GetScriptsOk

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.

SetScripts

func (o *ResponseCartScriptListResult) SetScripts(v []Script)

SetScripts sets Scripts field to given value.

HasScripts

func (o *ResponseCartScriptListResult) HasScripts() bool

HasScripts returns a boolean if a field has been set.

GetAdditionalFields

func (o *ResponseCartScriptListResult) GetAdditionalFields() map[string]interface{}

GetAdditionalFields returns the AdditionalFields field if non-nil, zero value otherwise.

GetAdditionalFieldsOk

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.

SetAdditionalFields

func (o *ResponseCartScriptListResult) SetAdditionalFields(v map[string]interface{})

SetAdditionalFields sets AdditionalFields field to given value.

HasAdditionalFields

func (o *ResponseCartScriptListResult) HasAdditionalFields() bool

HasAdditionalFields returns a boolean if a field has been set.

SetAdditionalFieldsNil

func (o *ResponseCartScriptListResult) SetAdditionalFieldsNil(b bool)

SetAdditionalFieldsNil sets the value for AdditionalFields to be an explicit nil

UnsetAdditionalFields

func (o *ResponseCartScriptListResult) UnsetAdditionalFields()

UnsetAdditionalFields ensures that no value is present for AdditionalFields, not even an explicit nil

GetCustomFields

func (o *ResponseCartScriptListResult) GetCustomFields() map[string]interface{}

GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.

GetCustomFieldsOk

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.

SetCustomFields

func (o *ResponseCartScriptListResult) SetCustomFields(v map[string]interface{})

SetCustomFields sets CustomFields field to given value.

HasCustomFields

func (o *ResponseCartScriptListResult) HasCustomFields() bool

HasCustomFields returns a boolean if a field has been set.

SetCustomFieldsNil

func (o *ResponseCartScriptListResult) SetCustomFieldsNil(b bool)

SetCustomFieldsNil sets the value for CustomFields to be an explicit nil

UnsetCustomFields

func (o *ResponseCartScriptListResult) UnsetCustomFields()

UnsetCustomFields ensures that no value is present for CustomFields, not even an explicit nil

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