| Name | Type | Description | Notes |
|---|---|---|---|
| Flags | ExpandedLinkedResourcesFlags | ||
| Segments | Pointer to ExpandedLinkedResourcesSegments | [optional] |
func NewExpandedLinkedResourcesItems(flags ExpandedLinkedResourcesFlags, ) *ExpandedLinkedResourcesItems
NewExpandedLinkedResourcesItems instantiates a new ExpandedLinkedResourcesItems 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 NewExpandedLinkedResourcesItemsWithDefaults() *ExpandedLinkedResourcesItems
NewExpandedLinkedResourcesItemsWithDefaults instantiates a new ExpandedLinkedResourcesItems 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 *ExpandedLinkedResourcesItems) GetFlags() ExpandedLinkedResourcesFlags
GetFlags returns the Flags field if non-nil, zero value otherwise.
func (o *ExpandedLinkedResourcesItems) GetFlagsOk() (*ExpandedLinkedResourcesFlags, bool)
GetFlagsOk returns a tuple with the Flags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedLinkedResourcesItems) SetFlags(v ExpandedLinkedResourcesFlags)
SetFlags sets Flags field to given value.
func (o *ExpandedLinkedResourcesItems) GetSegments() ExpandedLinkedResourcesSegments
GetSegments returns the Segments field if non-nil, zero value otherwise.
func (o *ExpandedLinkedResourcesItems) GetSegmentsOk() (*ExpandedLinkedResourcesSegments, bool)
GetSegmentsOk returns a tuple with the Segments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExpandedLinkedResourcesItems) SetSegments(v ExpandedLinkedResourcesSegments)
SetSegments sets Segments field to given value.
func (o *ExpandedLinkedResourcesItems) HasSegments() bool
HasSegments returns a boolean if a field has been set.