Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.83 KB

File metadata and controls

82 lines (45 loc) · 2.83 KB

EventForwarderGetOutput

Properties

Name Type Description Notes
EventForwarder Pointer to NotiForwarder [optional]
EventForwarderDetails Pointer to NotiForwarderDetailsInput [optional]

Methods

NewEventForwarderGetOutput

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

NewEventForwarderGetOutputWithDefaults

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

GetEventForwarder

func (o *EventForwarderGetOutput) GetEventForwarder() NotiForwarder

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

GetEventForwarderOk

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.

SetEventForwarder

func (o *EventForwarderGetOutput) SetEventForwarder(v NotiForwarder)

SetEventForwarder sets EventForwarder field to given value.

HasEventForwarder

func (o *EventForwarderGetOutput) HasEventForwarder() bool

HasEventForwarder returns a boolean if a field has been set.

GetEventForwarderDetails

func (o *EventForwarderGetOutput) GetEventForwarderDetails() NotiForwarderDetailsInput

GetEventForwarderDetails returns the EventForwarderDetails field if non-nil, zero value otherwise.

GetEventForwarderDetailsOk

func (o *EventForwarderGetOutput) GetEventForwarderDetailsOk() (*NotiForwarderDetailsInput, bool)

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

SetEventForwarderDetails

func (o *EventForwarderGetOutput) SetEventForwarderDetails(v NotiForwarderDetailsInput)

SetEventForwarderDetails sets EventForwarderDetails field to given value.

HasEventForwarderDetails

func (o *EventForwarderGetOutput) HasEventForwarderDetails() bool

HasEventForwarderDetails returns a boolean if a field has been set.

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