| Name | Type | Description | Notes |
|---|---|---|---|
| AllPlugins | Pointer to int32 | [optional] | |
| Plugins | Pointer to []PluginList | [optional] |
func NewCartPluginList200ResponseResult() *CartPluginList200ResponseResult
NewCartPluginList200ResponseResult instantiates a new CartPluginList200ResponseResult 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 NewCartPluginList200ResponseResultWithDefaults() *CartPluginList200ResponseResult
NewCartPluginList200ResponseResultWithDefaults instantiates a new CartPluginList200ResponseResult 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 *CartPluginList200ResponseResult) GetAllPlugins() int32
GetAllPlugins returns the AllPlugins field if non-nil, zero value otherwise.
func (o *CartPluginList200ResponseResult) GetAllPluginsOk() (*int32, bool)
GetAllPluginsOk returns a tuple with the AllPlugins field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CartPluginList200ResponseResult) SetAllPlugins(v int32)
SetAllPlugins sets AllPlugins field to given value.
func (o *CartPluginList200ResponseResult) HasAllPlugins() bool
HasAllPlugins returns a boolean if a field has been set.
func (o *CartPluginList200ResponseResult) GetPlugins() []PluginList
GetPlugins returns the Plugins field if non-nil, zero value otherwise.
func (o *CartPluginList200ResponseResult) GetPluginsOk() (*[]PluginList, bool)
GetPluginsOk returns a tuple with the Plugins field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CartPluginList200ResponseResult) SetPlugins(v []PluginList)
SetPlugins sets Plugins field to given value.
func (o *CartPluginList200ResponseResult) HasPlugins() bool
HasPlugins returns a boolean if a field has been set.