Skip to content

ChangeOduModeVO

Properties

Name Type Description Notes
Ippt Pointer to bool Current device mode: Ip Pass-through or not. [optional]

Methods

NewChangeOduModeVO

func NewChangeOduModeVO() *ChangeOduModeVO

NewChangeOduModeVO instantiates a new ChangeOduModeVO 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

NewChangeOduModeVOWithDefaults

func NewChangeOduModeVOWithDefaults() *ChangeOduModeVO

NewChangeOduModeVOWithDefaults instantiates a new ChangeOduModeVO 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

GetIppt

func (o *ChangeOduModeVO) GetIppt() bool

GetIppt returns the Ippt field if non-nil, zero value otherwise.

GetIpptOk

func (o *ChangeOduModeVO) GetIpptOk() (*bool, bool)

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

SetIppt

func (o *ChangeOduModeVO) SetIppt(v bool)

SetIppt sets Ippt field to given value.

HasIppt

func (o *ChangeOduModeVO) HasIppt() bool

HasIppt returns a boolean if a field has been set.

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