Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.06 KB

ShoppingCartSearch.md

File metadata and controls

108 lines (59 loc) · 3.06 KB

ShoppingCartSearch

Properties

Name Type Description Notes
OwnerIds Pointer to []string [optional]
SharedWithIds Pointer to []string [optional]
PersonIds Pointer to []string [optional]

Methods

NewShoppingCartSearch

func NewShoppingCartSearch() *ShoppingCartSearch

NewShoppingCartSearch instantiates a new ShoppingCartSearch 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

NewShoppingCartSearchWithDefaults

func NewShoppingCartSearchWithDefaults() *ShoppingCartSearch

NewShoppingCartSearchWithDefaults instantiates a new ShoppingCartSearch 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

GetOwnerIds

func (o *ShoppingCartSearch) GetOwnerIds() []string

GetOwnerIds returns the OwnerIds field if non-nil, zero value otherwise.

GetOwnerIdsOk

func (o *ShoppingCartSearch) GetOwnerIdsOk() (*[]string, bool)

GetOwnerIdsOk returns a tuple with the OwnerIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOwnerIds

func (o *ShoppingCartSearch) SetOwnerIds(v []string)

SetOwnerIds sets OwnerIds field to given value.

HasOwnerIds

func (o *ShoppingCartSearch) HasOwnerIds() bool

HasOwnerIds returns a boolean if a field has been set.

GetSharedWithIds

func (o *ShoppingCartSearch) GetSharedWithIds() []string

GetSharedWithIds returns the SharedWithIds field if non-nil, zero value otherwise.

GetSharedWithIdsOk

func (o *ShoppingCartSearch) GetSharedWithIdsOk() (*[]string, bool)

GetSharedWithIdsOk returns a tuple with the SharedWithIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSharedWithIds

func (o *ShoppingCartSearch) SetSharedWithIds(v []string)

SetSharedWithIds sets SharedWithIds field to given value.

HasSharedWithIds

func (o *ShoppingCartSearch) HasSharedWithIds() bool

HasSharedWithIds returns a boolean if a field has been set.

GetPersonIds

func (o *ShoppingCartSearch) GetPersonIds() []string

GetPersonIds returns the PersonIds field if non-nil, zero value otherwise.

GetPersonIdsOk

func (o *ShoppingCartSearch) GetPersonIdsOk() (*[]string, bool)

GetPersonIdsOk returns a tuple with the PersonIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPersonIds

func (o *ShoppingCartSearch) SetPersonIds(v []string)

SetPersonIds sets PersonIds field to given value.

HasPersonIds

func (o *ShoppingCartSearch) HasPersonIds() bool

HasPersonIds returns a boolean if a field has been set.

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