Skip to content

Files

Latest commit

 

History

History
140 lines (75 loc) · 3.99 KB

SubscriptionChannelOneOf2.md

File metadata and controls

140 lines (75 loc) · 3.99 KB

SubscriptionChannelOneOf2

Properties

Name Type Description Notes
Channel string
Space string
ChangeRequest Pointer to string [optional]
Comment string
CommentReply string

Methods

NewSubscriptionChannelOneOf2

func NewSubscriptionChannelOneOf2(channel string, space string, comment string, commentReply string, ) *SubscriptionChannelOneOf2

NewSubscriptionChannelOneOf2 instantiates a new SubscriptionChannelOneOf2 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

NewSubscriptionChannelOneOf2WithDefaults

func NewSubscriptionChannelOneOf2WithDefaults() *SubscriptionChannelOneOf2

NewSubscriptionChannelOneOf2WithDefaults instantiates a new SubscriptionChannelOneOf2 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 *SubscriptionChannelOneOf2) GetChannel() string

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

GetChannelOk

func (o *SubscriptionChannelOneOf2) 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 *SubscriptionChannelOneOf2) SetChannel(v string)

SetChannel sets Channel field to given value.

GetSpace

func (o *SubscriptionChannelOneOf2) GetSpace() string

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

GetSpaceOk

func (o *SubscriptionChannelOneOf2) 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 *SubscriptionChannelOneOf2) SetSpace(v string)

SetSpace sets Space field to given value.

GetChangeRequest

func (o *SubscriptionChannelOneOf2) GetChangeRequest() string

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

GetChangeRequestOk

func (o *SubscriptionChannelOneOf2) 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 *SubscriptionChannelOneOf2) SetChangeRequest(v string)

SetChangeRequest sets ChangeRequest field to given value.

HasChangeRequest

func (o *SubscriptionChannelOneOf2) HasChangeRequest() bool

HasChangeRequest returns a boolean if a field has been set.

GetComment

func (o *SubscriptionChannelOneOf2) GetComment() string

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

GetCommentOk

func (o *SubscriptionChannelOneOf2) 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 *SubscriptionChannelOneOf2) SetComment(v string)

SetComment sets Comment field to given value.

GetCommentReply

func (o *SubscriptionChannelOneOf2) GetCommentReply() string

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

GetCommentReplyOk

func (o *SubscriptionChannelOneOf2) 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 *SubscriptionChannelOneOf2) SetCommentReply(v string)

SetCommentReply sets CommentReply field to given value.

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