| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| SlackWorkspace | string | ||
| SlackChannel | Pointer to string | [optional] | |
| SlackChannelId | Pointer to string | [optional] |
func NewSlackNotificationChannelAllOf(type_ string, slackWorkspace string, ) *SlackNotificationChannelAllOf
NewSlackNotificationChannelAllOf instantiates a new SlackNotificationChannelAllOf 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 NewSlackNotificationChannelAllOfWithDefaults() *SlackNotificationChannelAllOf
NewSlackNotificationChannelAllOfWithDefaults instantiates a new SlackNotificationChannelAllOf 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 *SlackNotificationChannelAllOf) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *SlackNotificationChannelAllOf) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SlackNotificationChannelAllOf) SetType(v string)
SetType sets Type field to given value.
func (o *SlackNotificationChannelAllOf) GetSlackWorkspace() string
GetSlackWorkspace returns the SlackWorkspace field if non-nil, zero value otherwise.
func (o *SlackNotificationChannelAllOf) GetSlackWorkspaceOk() (*string, bool)
GetSlackWorkspaceOk returns a tuple with the SlackWorkspace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SlackNotificationChannelAllOf) SetSlackWorkspace(v string)
SetSlackWorkspace sets SlackWorkspace field to given value.
func (o *SlackNotificationChannelAllOf) GetSlackChannel() string
GetSlackChannel returns the SlackChannel field if non-nil, zero value otherwise.
func (o *SlackNotificationChannelAllOf) GetSlackChannelOk() (*string, bool)
GetSlackChannelOk returns a tuple with the SlackChannel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SlackNotificationChannelAllOf) SetSlackChannel(v string)
SetSlackChannel sets SlackChannel field to given value.
func (o *SlackNotificationChannelAllOf) HasSlackChannel() bool
HasSlackChannel returns a boolean if a field has been set.
func (o *SlackNotificationChannelAllOf) GetSlackChannelId() string
GetSlackChannelId returns the SlackChannelId field if non-nil, zero value otherwise.
func (o *SlackNotificationChannelAllOf) GetSlackChannelIdOk() (*string, bool)
GetSlackChannelIdOk returns a tuple with the SlackChannelId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SlackNotificationChannelAllOf) SetSlackChannelId(v string)
SetSlackChannelId sets SlackChannelId field to given value.
func (o *SlackNotificationChannelAllOf) HasSlackChannelId() bool
HasSlackChannelId returns a boolean if a field has been set.