Skip to content

QueryDhcpLeaseTimeVO

Properties

Name Type Description Notes
QueryDhcpLeaseTimeParamVOS []QueryDhcpLeaseTimeParamVO

Methods

NewQueryDhcpLeaseTimeVO

func NewQueryDhcpLeaseTimeVO(queryDhcpLeaseTimeParamVOS []QueryDhcpLeaseTimeParamVO, ) *QueryDhcpLeaseTimeVO

NewQueryDhcpLeaseTimeVO instantiates a new QueryDhcpLeaseTimeVO 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

NewQueryDhcpLeaseTimeVOWithDefaults

func NewQueryDhcpLeaseTimeVOWithDefaults() *QueryDhcpLeaseTimeVO

NewQueryDhcpLeaseTimeVOWithDefaults instantiates a new QueryDhcpLeaseTimeVO 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

GetQueryDhcpLeaseTimeParamVOS

func (o *QueryDhcpLeaseTimeVO) GetQueryDhcpLeaseTimeParamVOS() []QueryDhcpLeaseTimeParamVO

GetQueryDhcpLeaseTimeParamVOS returns the QueryDhcpLeaseTimeParamVOS field if non-nil, zero value otherwise.

GetQueryDhcpLeaseTimeParamVOSOk

func (o *QueryDhcpLeaseTimeVO) GetQueryDhcpLeaseTimeParamVOSOk() (*[]QueryDhcpLeaseTimeParamVO, bool)

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

SetQueryDhcpLeaseTimeParamVOS

func (o *QueryDhcpLeaseTimeVO) SetQueryDhcpLeaseTimeParamVOS(v []QueryDhcpLeaseTimeParamVO)

SetQueryDhcpLeaseTimeParamVOS sets QueryDhcpLeaseTimeParamVOS field to given value.

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