Name | Type | Description | Notes |
---|---|---|---|
ConnectionId | string | The identifier of the connection. | |
PayloadOverride | Pointer to string | The override of the default JSON payload of the connection. Should be in JSON format. | [optional] |
func NewHipChat(connectionId string, ) *HipChat
NewHipChat instantiates a new HipChat 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 NewHipChatWithDefaults() *HipChat
NewHipChatWithDefaults instantiates a new HipChat 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 *HipChat) GetConnectionId() string
GetConnectionId returns the ConnectionId field if non-nil, zero value otherwise.
func (o *HipChat) GetConnectionIdOk() (*string, bool)
GetConnectionIdOk returns a tuple with the ConnectionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HipChat) SetConnectionId(v string)
SetConnectionId sets ConnectionId field to given value.
func (o *HipChat) GetPayloadOverride() string
GetPayloadOverride returns the PayloadOverride field if non-nil, zero value otherwise.
func (o *HipChat) GetPayloadOverrideOk() (*string, bool)
GetPayloadOverrideOk returns a tuple with the PayloadOverride field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HipChat) SetPayloadOverride(v string)
SetPayloadOverride sets PayloadOverride field to given value.
func (o *HipChat) HasPayloadOverride() bool
HasPayloadOverride returns a boolean if a field has been set.