Name | Type | Description | Notes |
---|---|---|---|
ApiKey | string | API key | |
RoutingKey | string | Routing key |
func NewAlertChannelPagerDutyParams(apiKey string, routingKey string, ) *AlertChannelPagerDutyParams
NewAlertChannelPagerDutyParams instantiates a new AlertChannelPagerDutyParams 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 NewAlertChannelPagerDutyParamsWithDefaults() *AlertChannelPagerDutyParams
NewAlertChannelPagerDutyParamsWithDefaults instantiates a new AlertChannelPagerDutyParams 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 *AlertChannelPagerDutyParams) GetApiKey() string
GetApiKey returns the ApiKey field if non-nil, zero value otherwise.
func (o *AlertChannelPagerDutyParams) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertChannelPagerDutyParams) SetApiKey(v string)
SetApiKey sets ApiKey field to given value.
func (o *AlertChannelPagerDutyParams) GetRoutingKey() string
GetRoutingKey returns the RoutingKey field if non-nil, zero value otherwise.
func (o *AlertChannelPagerDutyParams) GetRoutingKeyOk() (*string, bool)
GetRoutingKeyOk returns a tuple with the RoutingKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertChannelPagerDutyParams) SetRoutingKey(v string)
SetRoutingKey sets RoutingKey field to given value.