Skip to content

Latest commit

 

History

History
119 lines (64 loc) · 3.39 KB

SubscriptionChannelOneOf3.md

File metadata and controls

119 lines (64 loc) · 3.39 KB

SubscriptionChannelOneOf3

Properties

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

Methods

NewSubscriptionChannelOneOf3

func NewSubscriptionChannelOneOf3(channel string, space string, comment string, ) *SubscriptionChannelOneOf3

NewSubscriptionChannelOneOf3 instantiates a new SubscriptionChannelOneOf3 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

NewSubscriptionChannelOneOf3WithDefaults

func NewSubscriptionChannelOneOf3WithDefaults() *SubscriptionChannelOneOf3

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

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

GetChannelOk

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

SetChannel sets Channel field to given value.

GetSpace

func (o *SubscriptionChannelOneOf3) GetSpace() string

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

GetSpaceOk

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

SetSpace sets Space field to given value.

GetChangeRequest

func (o *SubscriptionChannelOneOf3) GetChangeRequest() string

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

GetChangeRequestOk

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

SetChangeRequest sets ChangeRequest field to given value.

HasChangeRequest

func (o *SubscriptionChannelOneOf3) HasChangeRequest() bool

HasChangeRequest returns a boolean if a field has been set.

GetComment

func (o *SubscriptionChannelOneOf3) GetComment() string

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

GetCommentOk

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

SetComment sets Comment field to given value.

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