Name | Type | Description | Notes |
---|---|---|---|
Channel | string | ||
Space | string | ||
User | string | ||
Organization | string | ||
ChangeRequest | string | ||
Team | string | ||
Member | string | ||
EntityType | string | ||
Comment | string | ||
CommentReply | string |
func NewSubscriptionChannel(channel string, space string, user string, organization string, changeRequest string, team string, member string, entityType string, comment string, commentReply string, ) *SubscriptionChannel
NewSubscriptionChannel instantiates a new SubscriptionChannel 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 NewSubscriptionChannelWithDefaults() *SubscriptionChannel
NewSubscriptionChannelWithDefaults instantiates a new SubscriptionChannel 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 *SubscriptionChannel) GetChannel() string
GetChannel returns the Channel field if non-nil, zero value otherwise.
func (o *SubscriptionChannel) GetChannelOk() (*string, bool)
GetChannelOk returns a tuple with the Channel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionChannel) SetChannel(v string)
SetChannel sets Channel field to given value.
func (o *SubscriptionChannel) GetSpace() string
GetSpace returns the Space field if non-nil, zero value otherwise.
func (o *SubscriptionChannel) GetSpaceOk() (*string, bool)
GetSpaceOk returns a tuple with the Space field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionChannel) SetSpace(v string)
SetSpace sets Space field to given value.
func (o *SubscriptionChannel) GetUser() string
GetUser returns the User field if non-nil, zero value otherwise.
func (o *SubscriptionChannel) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionChannel) SetUser(v string)
SetUser sets User field to given value.
func (o *SubscriptionChannel) GetOrganization() string
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *SubscriptionChannel) GetOrganizationOk() (*string, bool)
GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionChannel) SetOrganization(v string)
SetOrganization sets Organization field to given value.
func (o *SubscriptionChannel) GetChangeRequest() string
GetChangeRequest returns the ChangeRequest field if non-nil, zero value otherwise.
func (o *SubscriptionChannel) GetChangeRequestOk() (*string, bool)
GetChangeRequestOk returns a tuple with the ChangeRequest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionChannel) SetChangeRequest(v string)
SetChangeRequest sets ChangeRequest field to given value.
func (o *SubscriptionChannel) GetTeam() string
GetTeam returns the Team field if non-nil, zero value otherwise.
func (o *SubscriptionChannel) GetTeamOk() (*string, bool)
GetTeamOk returns a tuple with the Team field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionChannel) SetTeam(v string)
SetTeam sets Team field to given value.
func (o *SubscriptionChannel) GetMember() string
GetMember returns the Member field if non-nil, zero value otherwise.
func (o *SubscriptionChannel) GetMemberOk() (*string, bool)
GetMemberOk returns a tuple with the Member field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionChannel) SetMember(v string)
SetMember sets Member field to given value.
func (o *SubscriptionChannel) GetEntityType() string
GetEntityType returns the EntityType field if non-nil, zero value otherwise.
func (o *SubscriptionChannel) GetEntityTypeOk() (*string, bool)
GetEntityTypeOk returns a tuple with the EntityType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionChannel) SetEntityType(v string)
SetEntityType sets EntityType field to given value.
func (o *SubscriptionChannel) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *SubscriptionChannel) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionChannel) SetComment(v string)
SetComment sets Comment field to given value.
func (o *SubscriptionChannel) GetCommentReply() string
GetCommentReply returns the CommentReply field if non-nil, zero value otherwise.
func (o *SubscriptionChannel) GetCommentReplyOk() (*string, bool)
GetCommentReplyOk returns a tuple with the CommentReply field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionChannel) SetCommentReply(v string)
SetCommentReply sets CommentReply field to given value.