Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.29 KB

GetNetworkSwitchDhcpServerPolicy200ResponseAlerts.md

File metadata and controls

56 lines (31 loc) · 2.29 KB

GetNetworkSwitchDhcpServerPolicy200ResponseAlerts

Properties

Name Type Description Notes
Email Pointer to GetNetworkSwitchDhcpServerPolicy200ResponseAlertsEmail [optional]

Methods

NewGetNetworkSwitchDhcpServerPolicy200ResponseAlerts

func NewGetNetworkSwitchDhcpServerPolicy200ResponseAlerts() *GetNetworkSwitchDhcpServerPolicy200ResponseAlerts

NewGetNetworkSwitchDhcpServerPolicy200ResponseAlerts instantiates a new GetNetworkSwitchDhcpServerPolicy200ResponseAlerts 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

NewGetNetworkSwitchDhcpServerPolicy200ResponseAlertsWithDefaults

func NewGetNetworkSwitchDhcpServerPolicy200ResponseAlertsWithDefaults() *GetNetworkSwitchDhcpServerPolicy200ResponseAlerts

NewGetNetworkSwitchDhcpServerPolicy200ResponseAlertsWithDefaults instantiates a new GetNetworkSwitchDhcpServerPolicy200ResponseAlerts 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

GetEmail

func (o *GetNetworkSwitchDhcpServerPolicy200ResponseAlerts) GetEmail() GetNetworkSwitchDhcpServerPolicy200ResponseAlertsEmail

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *GetNetworkSwitchDhcpServerPolicy200ResponseAlerts) GetEmailOk() (*GetNetworkSwitchDhcpServerPolicy200ResponseAlertsEmail, bool)

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

SetEmail

func (o *GetNetworkSwitchDhcpServerPolicy200ResponseAlerts) SetEmail(v GetNetworkSwitchDhcpServerPolicy200ResponseAlertsEmail)

SetEmail sets Email field to given value.

HasEmail

func (o *GetNetworkSwitchDhcpServerPolicy200ResponseAlerts) HasEmail() bool

HasEmail returns a boolean if a field has been set.

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