Skip to content

PonPortBatchModifyDTO

Properties

Name Type Description Notes
Dtos []PonPortModifyDTO

Methods

NewPonPortBatchModifyDTO

func NewPonPortBatchModifyDTO(dtos []PonPortModifyDTO, ) *PonPortBatchModifyDTO

NewPonPortBatchModifyDTO instantiates a new PonPortBatchModifyDTO 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

NewPonPortBatchModifyDTOWithDefaults

func NewPonPortBatchModifyDTOWithDefaults() *PonPortBatchModifyDTO

NewPonPortBatchModifyDTOWithDefaults instantiates a new PonPortBatchModifyDTO 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

GetDtos

func (o *PonPortBatchModifyDTO) GetDtos() []PonPortModifyDTO

GetDtos returns the Dtos field if non-nil, zero value otherwise.

GetDtosOk

func (o *PonPortBatchModifyDTO) GetDtosOk() (*[]PonPortModifyDTO, bool)

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

SetDtos

func (o *PonPortBatchModifyDTO) SetDtos(v []PonPortModifyDTO)

SetDtos sets Dtos field to given value.

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