Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.35 KB

UpdateDeviceCellularGatewayLanRequestReservedIpRangesInner.md

File metadata and controls

93 lines (50 loc) · 3.35 KB

UpdateDeviceCellularGatewayLanRequestReservedIpRangesInner

Properties

Name Type Description Notes
Start string Starting IP included in the reserved range of IPs
End string Ending IP included in the reserved range of IPs
Comment string Comment explaining the reserved IP range

Methods

NewUpdateDeviceCellularGatewayLanRequestReservedIpRangesInner

func NewUpdateDeviceCellularGatewayLanRequestReservedIpRangesInner(start string, end string, comment string, ) *UpdateDeviceCellularGatewayLanRequestReservedIpRangesInner

NewUpdateDeviceCellularGatewayLanRequestReservedIpRangesInner instantiates a new UpdateDeviceCellularGatewayLanRequestReservedIpRangesInner 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

NewUpdateDeviceCellularGatewayLanRequestReservedIpRangesInnerWithDefaults

func NewUpdateDeviceCellularGatewayLanRequestReservedIpRangesInnerWithDefaults() *UpdateDeviceCellularGatewayLanRequestReservedIpRangesInner

NewUpdateDeviceCellularGatewayLanRequestReservedIpRangesInnerWithDefaults instantiates a new UpdateDeviceCellularGatewayLanRequestReservedIpRangesInner 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

GetStart

func (o *UpdateDeviceCellularGatewayLanRequestReservedIpRangesInner) GetStart() string

GetStart returns the Start field if non-nil, zero value otherwise.

GetStartOk

func (o *UpdateDeviceCellularGatewayLanRequestReservedIpRangesInner) GetStartOk() (*string, bool)

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

SetStart

func (o *UpdateDeviceCellularGatewayLanRequestReservedIpRangesInner) SetStart(v string)

SetStart sets Start field to given value.

GetEnd

func (o *UpdateDeviceCellularGatewayLanRequestReservedIpRangesInner) GetEnd() string

GetEnd returns the End field if non-nil, zero value otherwise.

GetEndOk

func (o *UpdateDeviceCellularGatewayLanRequestReservedIpRangesInner) GetEndOk() (*string, bool)

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

SetEnd

func (o *UpdateDeviceCellularGatewayLanRequestReservedIpRangesInner) SetEnd(v string)

SetEnd sets End field to given value.

GetComment

func (o *UpdateDeviceCellularGatewayLanRequestReservedIpRangesInner) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

func (o *UpdateDeviceCellularGatewayLanRequestReservedIpRangesInner) GetCommentOk() (*string, bool)

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

SetComment

func (o *UpdateDeviceCellularGatewayLanRequestReservedIpRangesInner) SetComment(v string)

SetComment sets Comment field to given value.

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