Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.28 KB

GetOrganizationCameraBoundariesAreasByDevice200ResponseInner.md

File metadata and controls

108 lines (59 loc) · 4.28 KB

GetOrganizationCameraBoundariesAreasByDevice200ResponseInner

Properties

Name Type Description Notes
NetworkId Pointer to string The network id of the camera [optional]
Serial Pointer to string The serial number of the camera [optional]
Boundaries Pointer to GetOrganizationCameraBoundariesAreasByDevice200ResponseInnerBoundaries [optional]

Methods

NewGetOrganizationCameraBoundariesAreasByDevice200ResponseInner

func NewGetOrganizationCameraBoundariesAreasByDevice200ResponseInner() *GetOrganizationCameraBoundariesAreasByDevice200ResponseInner

NewGetOrganizationCameraBoundariesAreasByDevice200ResponseInner instantiates a new GetOrganizationCameraBoundariesAreasByDevice200ResponseInner 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

NewGetOrganizationCameraBoundariesAreasByDevice200ResponseInnerWithDefaults

func NewGetOrganizationCameraBoundariesAreasByDevice200ResponseInnerWithDefaults() *GetOrganizationCameraBoundariesAreasByDevice200ResponseInner

NewGetOrganizationCameraBoundariesAreasByDevice200ResponseInnerWithDefaults instantiates a new GetOrganizationCameraBoundariesAreasByDevice200ResponseInner 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

GetNetworkId

func (o *GetOrganizationCameraBoundariesAreasByDevice200ResponseInner) GetNetworkId() string

GetNetworkId returns the NetworkId field if non-nil, zero value otherwise.

GetNetworkIdOk

func (o *GetOrganizationCameraBoundariesAreasByDevice200ResponseInner) GetNetworkIdOk() (*string, bool)

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

SetNetworkId

func (o *GetOrganizationCameraBoundariesAreasByDevice200ResponseInner) SetNetworkId(v string)

SetNetworkId sets NetworkId field to given value.

HasNetworkId

func (o *GetOrganizationCameraBoundariesAreasByDevice200ResponseInner) HasNetworkId() bool

HasNetworkId returns a boolean if a field has been set.

GetSerial

func (o *GetOrganizationCameraBoundariesAreasByDevice200ResponseInner) GetSerial() string

GetSerial returns the Serial field if non-nil, zero value otherwise.

GetSerialOk

func (o *GetOrganizationCameraBoundariesAreasByDevice200ResponseInner) GetSerialOk() (*string, bool)

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

SetSerial

func (o *GetOrganizationCameraBoundariesAreasByDevice200ResponseInner) SetSerial(v string)

SetSerial sets Serial field to given value.

HasSerial

func (o *GetOrganizationCameraBoundariesAreasByDevice200ResponseInner) HasSerial() bool

HasSerial returns a boolean if a field has been set.

GetBoundaries

func (o *GetOrganizationCameraBoundariesAreasByDevice200ResponseInner) GetBoundaries() GetOrganizationCameraBoundariesAreasByDevice200ResponseInnerBoundaries

GetBoundaries returns the Boundaries field if non-nil, zero value otherwise.

GetBoundariesOk

func (o *GetOrganizationCameraBoundariesAreasByDevice200ResponseInner) GetBoundariesOk() (*GetOrganizationCameraBoundariesAreasByDevice200ResponseInnerBoundaries, bool)

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

SetBoundaries

func (o *GetOrganizationCameraBoundariesAreasByDevice200ResponseInner) SetBoundaries(v GetOrganizationCameraBoundariesAreasByDevice200ResponseInnerBoundaries)

SetBoundaries sets Boundaries field to given value.

HasBoundaries

func (o *GetOrganizationCameraBoundariesAreasByDevice200ResponseInner) HasBoundaries() bool

HasBoundaries returns a boolean if a field has been set.

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