Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.85 KB

Action.md

File metadata and controls

51 lines (28 loc) · 1.85 KB

Action

Properties

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`

Methods

NewAction

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

NewActionWithDefaults

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

GetConnectionType

func (o *Action) GetConnectionType() string

GetConnectionType returns the ConnectionType field if non-nil, zero value otherwise.

GetConnectionTypeOk

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.

SetConnectionType

func (o *Action) SetConnectionType(v string)

SetConnectionType sets ConnectionType field to given value.

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