Name | Type | Description | Notes |
---|---|---|---|
Breadcrumbs | Pointer to []BreadcrumbsModel | [optional] | |
T | string |
func NewBreadcrumbsVM(t string, ) *BreadcrumbsVM
NewBreadcrumbsVM instantiates a new BreadcrumbsVM 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 NewBreadcrumbsVMWithDefaults() *BreadcrumbsVM
NewBreadcrumbsVMWithDefaults instantiates a new BreadcrumbsVM 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 *BreadcrumbsVM) GetBreadcrumbs() []BreadcrumbsModel
GetBreadcrumbs returns the Breadcrumbs field if non-nil, zero value otherwise.
func (o *BreadcrumbsVM) GetBreadcrumbsOk() (*[]BreadcrumbsModel, bool)
GetBreadcrumbsOk returns a tuple with the Breadcrumbs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BreadcrumbsVM) SetBreadcrumbs(v []BreadcrumbsModel)
SetBreadcrumbs sets Breadcrumbs field to given value.
func (o *BreadcrumbsVM) HasBreadcrumbs() bool
HasBreadcrumbs returns a boolean if a field has been set.
func (o *BreadcrumbsVM) SetBreadcrumbsNil(b bool)
SetBreadcrumbsNil sets the value for Breadcrumbs to be an explicit nil
func (o *BreadcrumbsVM) UnsetBreadcrumbs()
UnsetBreadcrumbs ensures that no value is present for Breadcrumbs, not even an explicit nil
func (o *BreadcrumbsVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *BreadcrumbsVM) GetTOk() (*string, bool)
GetTOk returns a tuple with the T field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BreadcrumbsVM) SetT(v string)
SetT sets T field to given value.