Skip to content

Latest commit

 

History

History
119 lines (64 loc) · 3.39 KB

SubscriptionChannelOneOf1.md

File metadata and controls

119 lines (64 loc) · 3.39 KB

SubscriptionChannelOneOf1

Properties

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

Methods

NewSubscriptionChannelOneOf1

func NewSubscriptionChannelOneOf1(channel string, space string, comment string, ) *SubscriptionChannelOneOf1

NewSubscriptionChannelOneOf1 instantiates a new SubscriptionChannelOneOf1 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

NewSubscriptionChannelOneOf1WithDefaults

func NewSubscriptionChannelOneOf1WithDefaults() *SubscriptionChannelOneOf1

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

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

GetChannelOk

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

SetChannel sets Channel field to given value.

GetSpace

func (o *SubscriptionChannelOneOf1) GetSpace() string

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

GetSpaceOk

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

SetSpace sets Space field to given value.

GetChangeRequest

func (o *SubscriptionChannelOneOf1) GetChangeRequest() string

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

GetChangeRequestOk

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

SetChangeRequest sets ChangeRequest field to given value.

HasChangeRequest

func (o *SubscriptionChannelOneOf1) HasChangeRequest() bool

HasChangeRequest returns a boolean if a field has been set.

GetComment

func (o *SubscriptionChannelOneOf1) GetComment() string

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

GetCommentOk

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

SetComment sets Comment field to given value.

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