Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 7.24 KB

SubscriptionResponse.md

File metadata and controls

264 lines (143 loc) · 7.24 KB

SubscriptionResponse

Properties

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]

Methods

NewSubscriptionResponse

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

NewSubscriptionResponseWithDefaults

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

GetChannel

func (o *SubscriptionResponse) GetChannel() Channel

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

GetChannelOk

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.

SetChannel

func (o *SubscriptionResponse) SetChannel(v Channel)

SetChannel sets Channel field to given value.

HasChannel

func (o *SubscriptionResponse) HasChannel() bool

HasChannel returns a boolean if a field has been set.

GetCreatedBy

func (o *SubscriptionResponse) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

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.

SetCreatedBy

func (o *SubscriptionResponse) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *SubscriptionResponse) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetCreatedDateTime

func (o *SubscriptionResponse) GetCreatedDateTime() time.Time

GetCreatedDateTime returns the CreatedDateTime field if non-nil, zero value otherwise.

GetCreatedDateTimeOk

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.

SetCreatedDateTime

func (o *SubscriptionResponse) SetCreatedDateTime(v time.Time)

SetCreatedDateTime sets CreatedDateTime field to given value.

HasCreatedDateTime

func (o *SubscriptionResponse) HasCreatedDateTime() bool

HasCreatedDateTime returns a boolean if a field has been set.

GetId

func (o *SubscriptionResponse) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *SubscriptionResponse) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *SubscriptionResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetMessageType

func (o *SubscriptionResponse) GetMessageType() MessageType

GetMessageType returns the MessageType field if non-nil, zero value otherwise.

GetMessageTypeOk

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.

SetMessageType

func (o *SubscriptionResponse) SetMessageType(v MessageType)

SetMessageType sets MessageType field to given value.

HasMessageType

func (o *SubscriptionResponse) HasMessageType() bool

HasMessageType returns a boolean if a field has been set.

GetOrgId

func (o *SubscriptionResponse) GetOrgId() string

GetOrgId returns the OrgId field if non-nil, zero value otherwise.

GetOrgIdOk

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.

SetOrgId

func (o *SubscriptionResponse) SetOrgId(v string)

SetOrgId sets OrgId field to given value.

HasOrgId

func (o *SubscriptionResponse) HasOrgId() bool

HasOrgId returns a boolean if a field has been set.

GetStatus

func (o *SubscriptionResponse) GetStatus() SubscriptionResponseStatus

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *SubscriptionResponse) SetStatus(v SubscriptionResponseStatus)

SetStatus sets Status field to given value.

HasStatus

func (o *SubscriptionResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetUpdatedBy

func (o *SubscriptionResponse) GetUpdatedBy() string

GetUpdatedBy returns the UpdatedBy field if non-nil, zero value otherwise.

GetUpdatedByOk

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.

SetUpdatedBy

func (o *SubscriptionResponse) SetUpdatedBy(v string)

SetUpdatedBy sets UpdatedBy field to given value.

HasUpdatedBy

func (o *SubscriptionResponse) HasUpdatedBy() bool

HasUpdatedBy returns a boolean if a field has been set.

GetUpdatedDateTime

func (o *SubscriptionResponse) GetUpdatedDateTime() time.Time

GetUpdatedDateTime returns the UpdatedDateTime field if non-nil, zero value otherwise.

GetUpdatedDateTimeOk

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.

SetUpdatedDateTime

func (o *SubscriptionResponse) SetUpdatedDateTime(v time.Time)

SetUpdatedDateTime sets UpdatedDateTime field to given value.

HasUpdatedDateTime

func (o *SubscriptionResponse) HasUpdatedDateTime() bool

HasUpdatedDateTime returns a boolean if a field has been set.

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