Name | Type | Description | Notes |
---|---|---|---|
Channel | string | ||
Space | string | ||
ChangeRequest | Pointer to string | [optional] | |
Comment | string |
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
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
func (o *SubscriptionChannelOneOf1) GetChannel() string
GetChannel returns the Channel field if non-nil, zero value otherwise.
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.
func (o *SubscriptionChannelOneOf1) SetChannel(v string)
SetChannel sets Channel field to given value.
func (o *SubscriptionChannelOneOf1) GetSpace() string
GetSpace returns the Space field if non-nil, zero value otherwise.
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.
func (o *SubscriptionChannelOneOf1) SetSpace(v string)
SetSpace sets Space field to given value.
func (o *SubscriptionChannelOneOf1) GetChangeRequest() string
GetChangeRequest returns the ChangeRequest field if non-nil, zero value otherwise.
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.
func (o *SubscriptionChannelOneOf1) SetChangeRequest(v string)
SetChangeRequest sets ChangeRequest field to given value.
func (o *SubscriptionChannelOneOf1) HasChangeRequest() bool
HasChangeRequest returns a boolean if a field has been set.
func (o *SubscriptionChannelOneOf1) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
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.
func (o *SubscriptionChannelOneOf1) SetComment(v string)
SetComment sets Comment field to given value.