| Name | Type | Description | Notes |
|---|---|---|---|
| Endpoint | Pointer to string | [optional] | |
| P256dh | Pointer to string | [optional] | |
| Auth | Pointer to string | [optional] | |
| UserAgent | Pointer to string | [optional] |
func NewGetUserPushSubscriptions2XXResponse() *GetUserPushSubscriptions2XXResponse
NewGetUserPushSubscriptions2XXResponse instantiates a new GetUserPushSubscriptions2XXResponse 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 NewGetUserPushSubscriptions2XXResponseWithDefaults() *GetUserPushSubscriptions2XXResponse
NewGetUserPushSubscriptions2XXResponseWithDefaults instantiates a new GetUserPushSubscriptions2XXResponse 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 *GetUserPushSubscriptions2XXResponse) GetEndpoint() string
GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.
func (o *GetUserPushSubscriptions2XXResponse) GetEndpointOk() (*string, bool)
GetEndpointOk returns a tuple with the Endpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetUserPushSubscriptions2XXResponse) SetEndpoint(v string)
SetEndpoint sets Endpoint field to given value.
func (o *GetUserPushSubscriptions2XXResponse) HasEndpoint() bool
HasEndpoint returns a boolean if a field has been set.
func (o *GetUserPushSubscriptions2XXResponse) GetP256dh() string
GetP256dh returns the P256dh field if non-nil, zero value otherwise.
func (o *GetUserPushSubscriptions2XXResponse) GetP256dhOk() (*string, bool)
GetP256dhOk returns a tuple with the P256dh field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetUserPushSubscriptions2XXResponse) SetP256dh(v string)
SetP256dh sets P256dh field to given value.
func (o *GetUserPushSubscriptions2XXResponse) HasP256dh() bool
HasP256dh returns a boolean if a field has been set.
func (o *GetUserPushSubscriptions2XXResponse) GetAuth() string
GetAuth returns the Auth field if non-nil, zero value otherwise.
func (o *GetUserPushSubscriptions2XXResponse) GetAuthOk() (*string, bool)
GetAuthOk returns a tuple with the Auth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetUserPushSubscriptions2XXResponse) SetAuth(v string)
SetAuth sets Auth field to given value.
func (o *GetUserPushSubscriptions2XXResponse) HasAuth() bool
HasAuth returns a boolean if a field has been set.
func (o *GetUserPushSubscriptions2XXResponse) GetUserAgent() string
GetUserAgent returns the UserAgent field if non-nil, zero value otherwise.
func (o *GetUserPushSubscriptions2XXResponse) GetUserAgentOk() (*string, bool)
GetUserAgentOk returns a tuple with the UserAgent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetUserPushSubscriptions2XXResponse) SetUserAgent(v string)
SetUserAgent sets UserAgent field to given value.
func (o *GetUserPushSubscriptions2XXResponse) HasUserAgent() bool
HasUserAgent returns a boolean if a field has been set.