Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.82 KB

DeviceIntelligenceBreakdown.md

File metadata and controls

82 lines (45 loc) · 2.82 KB

DeviceIntelligenceBreakdown

Properties

Name Type Description Notes
Breakdown Pointer to DeviceIntelligenceBreakdownBreakdown [optional]
Properties Pointer to DeviceIntelligenceBreakdownProperties [optional]

Methods

NewDeviceIntelligenceBreakdown

func NewDeviceIntelligenceBreakdown() *DeviceIntelligenceBreakdown

NewDeviceIntelligenceBreakdown instantiates a new DeviceIntelligenceBreakdown 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

NewDeviceIntelligenceBreakdownWithDefaults

func NewDeviceIntelligenceBreakdownWithDefaults() *DeviceIntelligenceBreakdown

NewDeviceIntelligenceBreakdownWithDefaults instantiates a new DeviceIntelligenceBreakdown 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

GetBreakdown

func (o *DeviceIntelligenceBreakdown) GetBreakdown() DeviceIntelligenceBreakdownBreakdown

GetBreakdown returns the Breakdown field if non-nil, zero value otherwise.

GetBreakdownOk

func (o *DeviceIntelligenceBreakdown) GetBreakdownOk() (*DeviceIntelligenceBreakdownBreakdown, bool)

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

SetBreakdown

func (o *DeviceIntelligenceBreakdown) SetBreakdown(v DeviceIntelligenceBreakdownBreakdown)

SetBreakdown sets Breakdown field to given value.

HasBreakdown

func (o *DeviceIntelligenceBreakdown) HasBreakdown() bool

HasBreakdown returns a boolean if a field has been set.

GetProperties

func (o *DeviceIntelligenceBreakdown) GetProperties() DeviceIntelligenceBreakdownProperties

GetProperties returns the Properties field if non-nil, zero value otherwise.

GetPropertiesOk

func (o *DeviceIntelligenceBreakdown) GetPropertiesOk() (*DeviceIntelligenceBreakdownProperties, bool)

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

SetProperties

func (o *DeviceIntelligenceBreakdown) SetProperties(v DeviceIntelligenceBreakdownProperties)

SetProperties sets Properties field to given value.

HasProperties

func (o *DeviceIntelligenceBreakdown) HasProperties() bool

HasProperties returns a boolean if a field has been set.

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