Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.58 KB

File metadata and controls

82 lines (45 loc) · 2.58 KB

CartPluginList200ResponseResult

Properties

Name Type Description Notes
AllPlugins Pointer to int32 [optional]
Plugins Pointer to []PluginList [optional]

Methods

NewCartPluginList200ResponseResult

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

NewCartPluginList200ResponseResultWithDefaults

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

GetAllPlugins

func (o *CartPluginList200ResponseResult) GetAllPlugins() int32

GetAllPlugins returns the AllPlugins field if non-nil, zero value otherwise.

GetAllPluginsOk

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.

SetAllPlugins

func (o *CartPluginList200ResponseResult) SetAllPlugins(v int32)

SetAllPlugins sets AllPlugins field to given value.

HasAllPlugins

func (o *CartPluginList200ResponseResult) HasAllPlugins() bool

HasAllPlugins returns a boolean if a field has been set.

GetPlugins

func (o *CartPluginList200ResponseResult) GetPlugins() []PluginList

GetPlugins returns the Plugins field if non-nil, zero value otherwise.

GetPluginsOk

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.

SetPlugins

func (o *CartPluginList200ResponseResult) SetPlugins(v []PluginList)

SetPlugins sets Plugins field to given value.

HasPlugins

func (o *CartPluginList200ResponseResult) HasPlugins() bool

HasPlugins returns a boolean if a field has been set.

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