// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

package components

type SnmpInterfaces struct {
	// 1.3.6.1.2.1.2.1 - Number of network interfaces
	NumIfaces *int `json:"num_ifaces,omitempty"`
}

func (o *SnmpInterfaces) GetNumIfaces() *int {
	if o == nil {
		return nil
	}
	return o.NumIfaces
}
