Skip to content

Latest commit

 

History

History
124 lines (67 loc) · 3.79 KB

File metadata and controls

124 lines (67 loc) · 3.79 KB

SlackNotificationChannelAllOf

Properties

Name Type Description Notes
Type string
SlackWorkspace string
SlackChannel Pointer to string [optional]
SlackChannelId Pointer to string [optional]

Methods

NewSlackNotificationChannelAllOf

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

NewSlackNotificationChannelAllOfWithDefaults

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

GetType

func (o *SlackNotificationChannelAllOf) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *SlackNotificationChannelAllOf) SetType(v string)

SetType sets Type field to given value.

GetSlackWorkspace

func (o *SlackNotificationChannelAllOf) GetSlackWorkspace() string

GetSlackWorkspace returns the SlackWorkspace field if non-nil, zero value otherwise.

GetSlackWorkspaceOk

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.

SetSlackWorkspace

func (o *SlackNotificationChannelAllOf) SetSlackWorkspace(v string)

SetSlackWorkspace sets SlackWorkspace field to given value.

GetSlackChannel

func (o *SlackNotificationChannelAllOf) GetSlackChannel() string

GetSlackChannel returns the SlackChannel field if non-nil, zero value otherwise.

GetSlackChannelOk

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.

SetSlackChannel

func (o *SlackNotificationChannelAllOf) SetSlackChannel(v string)

SetSlackChannel sets SlackChannel field to given value.

HasSlackChannel

func (o *SlackNotificationChannelAllOf) HasSlackChannel() bool

HasSlackChannel returns a boolean if a field has been set.

GetSlackChannelId

func (o *SlackNotificationChannelAllOf) GetSlackChannelId() string

GetSlackChannelId returns the SlackChannelId field if non-nil, zero value otherwise.

GetSlackChannelIdOk

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.

SetSlackChannelId

func (o *SlackNotificationChannelAllOf) SetSlackChannelId(v string)

SetSlackChannelId sets SlackChannelId field to given value.

HasSlackChannelId

func (o *SlackNotificationChannelAllOf) HasSlackChannelId() bool

HasSlackChannelId returns a boolean if a field has been set.

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