Skip to content

Latest commit

 

History

History
240 lines (127 loc) · 6.29 KB

SubscriptionChannel.md

File metadata and controls

240 lines (127 loc) · 6.29 KB

SubscriptionChannel

Properties

Name Type Description Notes
Channel string
Space string
User string
Organization string
ChangeRequest string
Team string
Member string
EntityType string
Comment string
CommentReply string

Methods

NewSubscriptionChannel

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

NewSubscriptionChannelWithDefaults

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

GetChannel

func (o *SubscriptionChannel) GetChannel() string

GetChannel returns the Channel field if non-nil, zero value otherwise.

GetChannelOk

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.

SetChannel

func (o *SubscriptionChannel) SetChannel(v string)

SetChannel sets Channel field to given value.

GetSpace

func (o *SubscriptionChannel) GetSpace() string

GetSpace returns the Space field if non-nil, zero value otherwise.

GetSpaceOk

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.

SetSpace

func (o *SubscriptionChannel) SetSpace(v string)

SetSpace sets Space field to given value.

GetUser

func (o *SubscriptionChannel) GetUser() string

GetUser returns the User field if non-nil, zero value otherwise.

GetUserOk

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.

SetUser

func (o *SubscriptionChannel) SetUser(v string)

SetUser sets User field to given value.

GetOrganization

func (o *SubscriptionChannel) GetOrganization() string

GetOrganization returns the Organization field if non-nil, zero value otherwise.

GetOrganizationOk

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.

SetOrganization

func (o *SubscriptionChannel) SetOrganization(v string)

SetOrganization sets Organization field to given value.

GetChangeRequest

func (o *SubscriptionChannel) GetChangeRequest() string

GetChangeRequest returns the ChangeRequest field if non-nil, zero value otherwise.

GetChangeRequestOk

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.

SetChangeRequest

func (o *SubscriptionChannel) SetChangeRequest(v string)

SetChangeRequest sets ChangeRequest field to given value.

GetTeam

func (o *SubscriptionChannel) GetTeam() string

GetTeam returns the Team field if non-nil, zero value otherwise.

GetTeamOk

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.

SetTeam

func (o *SubscriptionChannel) SetTeam(v string)

SetTeam sets Team field to given value.

GetMember

func (o *SubscriptionChannel) GetMember() string

GetMember returns the Member field if non-nil, zero value otherwise.

GetMemberOk

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.

SetMember

func (o *SubscriptionChannel) SetMember(v string)

SetMember sets Member field to given value.

GetEntityType

func (o *SubscriptionChannel) GetEntityType() string

GetEntityType returns the EntityType field if non-nil, zero value otherwise.

GetEntityTypeOk

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.

SetEntityType

func (o *SubscriptionChannel) SetEntityType(v string)

SetEntityType sets EntityType field to given value.

GetComment

func (o *SubscriptionChannel) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

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.

SetComment

func (o *SubscriptionChannel) SetComment(v string)

SetComment sets Comment field to given value.

GetCommentReply

func (o *SubscriptionChannel) GetCommentReply() string

GetCommentReply returns the CommentReply field if non-nil, zero value otherwise.

GetCommentReplyOk

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.

SetCommentReply

func (o *SubscriptionChannel) SetCommentReply(v string)

SetCommentReply sets CommentReply field to given value.

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