Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.85 KB

GetEventForwarderOutput.md

File metadata and controls

56 lines (31 loc) · 1.85 KB

GetEventForwarderOutput

Properties

Name Type Description Notes
EventForwarder Pointer to NotiForwarder [optional]

Methods

NewGetEventForwarderOutput

func NewGetEventForwarderOutput() *GetEventForwarderOutput

NewGetEventForwarderOutput instantiates a new GetEventForwarderOutput 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

NewGetEventForwarderOutputWithDefaults

func NewGetEventForwarderOutputWithDefaults() *GetEventForwarderOutput

NewGetEventForwarderOutputWithDefaults instantiates a new GetEventForwarderOutput 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

GetEventForwarder

func (o *GetEventForwarderOutput) GetEventForwarder() NotiForwarder

GetEventForwarder returns the EventForwarder field if non-nil, zero value otherwise.

GetEventForwarderOk

func (o *GetEventForwarderOutput) 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.

SetEventForwarder

func (o *GetEventForwarderOutput) SetEventForwarder(v NotiForwarder)

SetEventForwarder sets EventForwarder field to given value.

HasEventForwarder

func (o *GetEventForwarderOutput) HasEventForwarder() bool

HasEventForwarder returns a boolean if a field has been set.

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