| Name | Type | Description | Notes |
|---|---|---|---|
| Region | string | ||
| GenieKey | string | ||
| Responders | []OpsgenieResponder | ||
| Priority | string |
func NewOpsgenieChannelWriteSchema(region string, genieKey string, responders []OpsgenieResponder, priority string, ) *OpsgenieChannelWriteSchema
NewOpsgenieChannelWriteSchema instantiates a new OpsgenieChannelWriteSchema 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 NewOpsgenieChannelWriteSchemaWithDefaults() *OpsgenieChannelWriteSchema
NewOpsgenieChannelWriteSchemaWithDefaults instantiates a new OpsgenieChannelWriteSchema 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 *OpsgenieChannelWriteSchema) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *OpsgenieChannelWriteSchema) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpsgenieChannelWriteSchema) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *OpsgenieChannelWriteSchema) GetGenieKey() string
GetGenieKey returns the GenieKey field if non-nil, zero value otherwise.
func (o *OpsgenieChannelWriteSchema) GetGenieKeyOk() (*string, bool)
GetGenieKeyOk returns a tuple with the GenieKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpsgenieChannelWriteSchema) SetGenieKey(v string)
SetGenieKey sets GenieKey field to given value.
func (o *OpsgenieChannelWriteSchema) GetResponders() []OpsgenieResponder
GetResponders returns the Responders field if non-nil, zero value otherwise.
func (o *OpsgenieChannelWriteSchema) GetRespondersOk() (*[]OpsgenieResponder, bool)
GetRespondersOk returns a tuple with the Responders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpsgenieChannelWriteSchema) SetResponders(v []OpsgenieResponder)
SetResponders sets Responders field to given value.
func (o *OpsgenieChannelWriteSchema) GetPriority() string
GetPriority returns the Priority field if non-nil, zero value otherwise.
func (o *OpsgenieChannelWriteSchema) GetPriorityOk() (*string, bool)
GetPriorityOk returns a tuple with the Priority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpsgenieChannelWriteSchema) SetPriority(v string)
SetPriority sets Priority field to given value.