Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.23 KB

PubNubDetailRep.md

File metadata and controls

82 lines (45 loc) · 2.23 KB

PubNubDetailRep

Properties

Name Type Description Notes
Channel Pointer to string [optional]
CipherKey Pointer to string [optional]

Methods

NewPubNubDetailRep

func NewPubNubDetailRep() *PubNubDetailRep

NewPubNubDetailRep instantiates a new PubNubDetailRep 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

NewPubNubDetailRepWithDefaults

func NewPubNubDetailRepWithDefaults() *PubNubDetailRep

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

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

GetChannelOk

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

SetChannel sets Channel field to given value.

HasChannel

func (o *PubNubDetailRep) HasChannel() bool

HasChannel returns a boolean if a field has been set.

GetCipherKey

func (o *PubNubDetailRep) GetCipherKey() string

GetCipherKey returns the CipherKey field if non-nil, zero value otherwise.

GetCipherKeyOk

func (o *PubNubDetailRep) GetCipherKeyOk() (*string, bool)

GetCipherKeyOk returns a tuple with the CipherKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCipherKey

func (o *PubNubDetailRep) SetCipherKey(v string)

SetCipherKey sets CipherKey field to given value.

HasCipherKey

func (o *PubNubDetailRep) HasCipherKey() bool

HasCipherKey returns a boolean if a field has been set.

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