ManagementSystemInterfaceDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| SystemInterfaces | Pointer to []SystemInterfaceDTO | Management System Interfaces. | [optional] |
Methods
NewManagementSystemInterfaceDTO
func NewManagementSystemInterfaceDTO() *ManagementSystemInterfaceDTO
NewManagementSystemInterfaceDTO instantiates a new ManagementSystemInterfaceDTO 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
NewManagementSystemInterfaceDTOWithDefaults
func NewManagementSystemInterfaceDTOWithDefaults() *ManagementSystemInterfaceDTO
NewManagementSystemInterfaceDTOWithDefaults instantiates a new ManagementSystemInterfaceDTO 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
GetSystemInterfaces
func (o *ManagementSystemInterfaceDTO) GetSystemInterfaces() []SystemInterfaceDTO
GetSystemInterfaces returns the SystemInterfaces field if non-nil, zero value otherwise.
GetSystemInterfacesOk
func (o *ManagementSystemInterfaceDTO) GetSystemInterfacesOk() (*[]SystemInterfaceDTO, bool)
GetSystemInterfacesOk returns a tuple with the SystemInterfaces field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSystemInterfaces
func (o *ManagementSystemInterfaceDTO) SetSystemInterfaces(v []SystemInterfaceDTO)
SetSystemInterfaces sets SystemInterfaces field to given value.
HasSystemInterfaces
func (o *ManagementSystemInterfaceDTO) HasSystemInterfaces() bool
HasSystemInterfaces returns a boolean if a field has been set.