Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.2 KB

AlertChannelPagerDutyParams.md

File metadata and controls

72 lines (39 loc) · 2.2 KB

AlertChannelPagerDutyParams

Properties

Name Type Description Notes
ApiKey string API key
RoutingKey string Routing key

Methods

NewAlertChannelPagerDutyParams

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

NewAlertChannelPagerDutyParamsWithDefaults

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

GetApiKey

func (o *AlertChannelPagerDutyParams) GetApiKey() string

GetApiKey returns the ApiKey field if non-nil, zero value otherwise.

GetApiKeyOk

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.

SetApiKey

func (o *AlertChannelPagerDutyParams) SetApiKey(v string)

SetApiKey sets ApiKey field to given value.

GetRoutingKey

func (o *AlertChannelPagerDutyParams) GetRoutingKey() string

GetRoutingKey returns the RoutingKey field if non-nil, zero value otherwise.

GetRoutingKeyOk

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.

SetRoutingKey

func (o *AlertChannelPagerDutyParams) SetRoutingKey(v string)

SetRoutingKey sets RoutingKey field to given value.

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