Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.1 KB

File metadata and controls

72 lines (39 loc) · 2.1 KB

OpsgenieResponder

Properties

Name Type Description Notes
ResponderType string
Responder string

Methods

NewOpsgenieResponder

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

NewOpsgenieResponderWithDefaults

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

GetResponderType

func (o *OpsgenieResponder) GetResponderType() string

GetResponderType returns the ResponderType field if non-nil, zero value otherwise.

GetResponderTypeOk

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.

SetResponderType

func (o *OpsgenieResponder) SetResponderType(v string)

SetResponderType sets ResponderType field to given value.

GetResponder

func (o *OpsgenieResponder) GetResponder() string

GetResponder returns the Responder field if non-nil, zero value otherwise.

GetResponderOk

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.

SetResponder

func (o *OpsgenieResponder) SetResponder(v string)

SetResponder sets Responder field to given value.

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