| Name | Type | Description | Notes |
|---|---|---|---|
| Item | TopologyStreamListItem | ||
| ErrorDetails | []TopologyStreamError |
func NewTopologyStreamListItemWithErrorDetails(item TopologyStreamListItem, errorDetails []TopologyStreamError, ) *TopologyStreamListItemWithErrorDetails
NewTopologyStreamListItemWithErrorDetails instantiates a new TopologyStreamListItemWithErrorDetails 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 NewTopologyStreamListItemWithErrorDetailsWithDefaults() *TopologyStreamListItemWithErrorDetails
NewTopologyStreamListItemWithErrorDetailsWithDefaults instantiates a new TopologyStreamListItemWithErrorDetails 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 *TopologyStreamListItemWithErrorDetails) GetItem() TopologyStreamListItem
GetItem returns the Item field if non-nil, zero value otherwise.
func (o *TopologyStreamListItemWithErrorDetails) GetItemOk() (*TopologyStreamListItem, bool)
GetItemOk returns a tuple with the Item field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopologyStreamListItemWithErrorDetails) SetItem(v TopologyStreamListItem)
SetItem sets Item field to given value.
func (o *TopologyStreamListItemWithErrorDetails) GetErrorDetails() []TopologyStreamError
GetErrorDetails returns the ErrorDetails field if non-nil, zero value otherwise.
func (o *TopologyStreamListItemWithErrorDetails) GetErrorDetailsOk() (*[]TopologyStreamError, bool)
GetErrorDetailsOk returns a tuple with the ErrorDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopologyStreamListItemWithErrorDetails) SetErrorDetails(v []TopologyStreamError)
SetErrorDetails sets ErrorDetails field to given value.