Name | Type | Description | Notes |
---|---|---|---|
EventForwarder | Pointer to NotiForwarder | [optional] |
func NewEventForwarderGetOutput() *EventForwarderGetOutput
NewEventForwarderGetOutput instantiates a new EventForwarderGetOutput 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
func NewEventForwarderGetOutputWithDefaults() *EventForwarderGetOutput
NewEventForwarderGetOutputWithDefaults instantiates a new EventForwarderGetOutput 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
func (o *EventForwarderGetOutput) GetEventForwarder() NotiForwarder
GetEventForwarder returns the EventForwarder field if non-nil, zero value otherwise.
func (o *EventForwarderGetOutput) GetEventForwarderOk() (*NotiForwarder, bool)
GetEventForwarderOk returns a tuple with the EventForwarder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventForwarderGetOutput) SetEventForwarder(v NotiForwarder)
SetEventForwarder sets EventForwarder field to given value.
func (o *EventForwarderGetOutput) HasEventForwarder() bool
HasEventForwarder returns a boolean if a field has been set.