| Name | Type | Description | Notes |
|---|---|---|---|
| ResponderType | string | ||
| Responder | string |
func NewOpsgenieResponder(responderType string, responder string, ) *OpsgenieResponder
NewOpsgenieResponder instantiates a new OpsgenieResponder 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 NewOpsgenieResponderWithDefaults() *OpsgenieResponder
NewOpsgenieResponderWithDefaults instantiates a new OpsgenieResponder 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 *OpsgenieResponder) GetResponderType() string
GetResponderType returns the ResponderType field if non-nil, zero value otherwise.
func (o *OpsgenieResponder) GetResponderTypeOk() (*string, bool)
GetResponderTypeOk returns a tuple with the ResponderType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpsgenieResponder) SetResponderType(v string)
SetResponderType sets ResponderType field to given value.
func (o *OpsgenieResponder) GetResponder() string
GetResponder returns the Responder field if non-nil, zero value otherwise.
func (o *OpsgenieResponder) GetResponderOk() (*string, bool)
GetResponderOk returns a tuple with the Responder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpsgenieResponder) SetResponder(v string)
SetResponder sets Responder field to given value.