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