EthLagPortAppListDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Dtos | []EthLagPortAppDTO |
Methods
NewEthLagPortAppListDTO
func NewEthLagPortAppListDTO(dtos []EthLagPortAppDTO, ) *EthLagPortAppListDTO
NewEthLagPortAppListDTO instantiates a new EthLagPortAppListDTO 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
NewEthLagPortAppListDTOWithDefaults
func NewEthLagPortAppListDTOWithDefaults() *EthLagPortAppListDTO
NewEthLagPortAppListDTOWithDefaults instantiates a new EthLagPortAppListDTO 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 *EthLagPortAppListDTO) GetDtos() []EthLagPortAppDTO
GetDtos returns the Dtos field if non-nil, zero value otherwise.
GetDtosOk
func (o *EthLagPortAppListDTO) GetDtosOk() (*[]EthLagPortAppDTO, 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 *EthLagPortAppListDTO) SetDtos(v []EthLagPortAppDTO)
SetDtos sets Dtos field to given value.