Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.2 KB

GetDeviceSensorRelationships200Response.md

File metadata and controls

56 lines (31 loc) · 2.2 KB

GetDeviceSensorRelationships200Response

Properties

Name Type Description Notes
Livestream Pointer to GetDeviceSensorRelationships200ResponseLivestream [optional]

Methods

NewGetDeviceSensorRelationships200Response

func NewGetDeviceSensorRelationships200Response() *GetDeviceSensorRelationships200Response

NewGetDeviceSensorRelationships200Response instantiates a new GetDeviceSensorRelationships200Response 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

NewGetDeviceSensorRelationships200ResponseWithDefaults

func NewGetDeviceSensorRelationships200ResponseWithDefaults() *GetDeviceSensorRelationships200Response

NewGetDeviceSensorRelationships200ResponseWithDefaults instantiates a new GetDeviceSensorRelationships200Response 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

GetLivestream

func (o *GetDeviceSensorRelationships200Response) GetLivestream() GetDeviceSensorRelationships200ResponseLivestream

GetLivestream returns the Livestream field if non-nil, zero value otherwise.

GetLivestreamOk

func (o *GetDeviceSensorRelationships200Response) GetLivestreamOk() (*GetDeviceSensorRelationships200ResponseLivestream, bool)

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

SetLivestream

func (o *GetDeviceSensorRelationships200Response) SetLivestream(v GetDeviceSensorRelationships200ResponseLivestream)

SetLivestream sets Livestream field to given value.

HasLivestream

func (o *GetDeviceSensorRelationships200Response) HasLivestream() bool

HasLivestream returns a boolean if a field has been set.

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