Name | Type | Description | Notes |
---|---|---|---|
Channel | Pointer to Channel | [optional] | |
CreatedBy | Pointer to string | [optional] | |
CreatedDateTime | Pointer to time.Time | [optional] | |
Id | Pointer to string | [optional] | |
MessageType | Pointer to MessageType | [optional] | |
OrgId | Pointer to string | [optional] | |
Status | Pointer to SubscriptionResponseStatus | [optional] | |
UpdatedBy | Pointer to string | [optional] | |
UpdatedDateTime | Pointer to time.Time | [optional] |
func NewSubscriptionResponse() *SubscriptionResponse
NewSubscriptionResponse instantiates a new SubscriptionResponse 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 NewSubscriptionResponseWithDefaults() *SubscriptionResponse
NewSubscriptionResponseWithDefaults instantiates a new SubscriptionResponse 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 *SubscriptionResponse) GetChannel() Channel
GetChannel returns the Channel field if non-nil, zero value otherwise.
func (o *SubscriptionResponse) GetChannelOk() (*Channel, 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 *SubscriptionResponse) SetChannel(v Channel)
SetChannel sets Channel field to given value.
func (o *SubscriptionResponse) HasChannel() bool
HasChannel returns a boolean if a field has been set.
func (o *SubscriptionResponse) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *SubscriptionResponse) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionResponse) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *SubscriptionResponse) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *SubscriptionResponse) GetCreatedDateTime() time.Time
GetCreatedDateTime returns the CreatedDateTime field if non-nil, zero value otherwise.
func (o *SubscriptionResponse) GetCreatedDateTimeOk() (*time.Time, bool)
GetCreatedDateTimeOk returns a tuple with the CreatedDateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionResponse) SetCreatedDateTime(v time.Time)
SetCreatedDateTime sets CreatedDateTime field to given value.
func (o *SubscriptionResponse) HasCreatedDateTime() bool
HasCreatedDateTime returns a boolean if a field has been set.
func (o *SubscriptionResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SubscriptionResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionResponse) SetId(v string)
SetId sets Id field to given value.
func (o *SubscriptionResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SubscriptionResponse) GetMessageType() MessageType
GetMessageType returns the MessageType field if non-nil, zero value otherwise.
func (o *SubscriptionResponse) GetMessageTypeOk() (*MessageType, bool)
GetMessageTypeOk returns a tuple with the MessageType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionResponse) SetMessageType(v MessageType)
SetMessageType sets MessageType field to given value.
func (o *SubscriptionResponse) HasMessageType() bool
HasMessageType returns a boolean if a field has been set.
func (o *SubscriptionResponse) GetOrgId() string
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
func (o *SubscriptionResponse) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionResponse) SetOrgId(v string)
SetOrgId sets OrgId field to given value.
func (o *SubscriptionResponse) HasOrgId() bool
HasOrgId returns a boolean if a field has been set.
func (o *SubscriptionResponse) GetStatus() SubscriptionResponseStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *SubscriptionResponse) GetStatusOk() (*SubscriptionResponseStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionResponse) SetStatus(v SubscriptionResponseStatus)
SetStatus sets Status field to given value.
func (o *SubscriptionResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *SubscriptionResponse) GetUpdatedBy() string
GetUpdatedBy returns the UpdatedBy field if non-nil, zero value otherwise.
func (o *SubscriptionResponse) GetUpdatedByOk() (*string, bool)
GetUpdatedByOk returns a tuple with the UpdatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionResponse) SetUpdatedBy(v string)
SetUpdatedBy sets UpdatedBy field to given value.
func (o *SubscriptionResponse) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (o *SubscriptionResponse) GetUpdatedDateTime() time.Time
GetUpdatedDateTime returns the UpdatedDateTime field if non-nil, zero value otherwise.
func (o *SubscriptionResponse) GetUpdatedDateTimeOk() (*time.Time, bool)
GetUpdatedDateTimeOk returns a tuple with the UpdatedDateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionResponse) SetUpdatedDateTime(v time.Time)
SetUpdatedDateTime sets UpdatedDateTime field to given value.
func (o *SubscriptionResponse) HasUpdatedDateTime() bool
HasUpdatedDateTime returns a boolean if a field has been set.