Name | Type | Description | Notes |
---|---|---|---|
ConnectionType | string | Connection type of the connection. Valid values: 1. `Email` 2. `AWSLambda` 3. `AzureFunctions` 4. `Datadog` 5. `HipChat` 6. `Jira` 7. `NewRelic` 8. `Opsgenie` 9. `PagerDuty` 10. `Slack` 11. `MicrosoftTeams` 12. `ServiceNow` 13. `SumoCloudSOAR` 14. `Webhook` |
func NewAction(connectionType string, ) *Action
NewAction instantiates a new Action 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 NewActionWithDefaults() *Action
NewActionWithDefaults instantiates a new Action 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 *Action) GetConnectionType() string
GetConnectionType returns the ConnectionType field if non-nil, zero value otherwise.
func (o *Action) GetConnectionTypeOk() (*string, bool)
GetConnectionTypeOk returns a tuple with the ConnectionType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Action) SetConnectionType(v string)
SetConnectionType sets ConnectionType field to given value.