Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.96 KB

File metadata and controls

134 lines (73 loc) · 3.96 KB

GetUserPushSubscriptions2XXResponse

Properties

Name Type Description Notes
Endpoint Pointer to string [optional]
P256dh Pointer to string [optional]
Auth Pointer to string [optional]
UserAgent Pointer to string [optional]

Methods

NewGetUserPushSubscriptions2XXResponse

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

NewGetUserPushSubscriptions2XXResponseWithDefaults

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

GetEndpoint

func (o *GetUserPushSubscriptions2XXResponse) GetEndpoint() string

GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.

GetEndpointOk

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.

SetEndpoint

func (o *GetUserPushSubscriptions2XXResponse) SetEndpoint(v string)

SetEndpoint sets Endpoint field to given value.

HasEndpoint

func (o *GetUserPushSubscriptions2XXResponse) HasEndpoint() bool

HasEndpoint returns a boolean if a field has been set.

GetP256dh

func (o *GetUserPushSubscriptions2XXResponse) GetP256dh() string

GetP256dh returns the P256dh field if non-nil, zero value otherwise.

GetP256dhOk

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.

SetP256dh

func (o *GetUserPushSubscriptions2XXResponse) SetP256dh(v string)

SetP256dh sets P256dh field to given value.

HasP256dh

func (o *GetUserPushSubscriptions2XXResponse) HasP256dh() bool

HasP256dh returns a boolean if a field has been set.

GetAuth

func (o *GetUserPushSubscriptions2XXResponse) GetAuth() string

GetAuth returns the Auth field if non-nil, zero value otherwise.

GetAuthOk

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.

SetAuth

func (o *GetUserPushSubscriptions2XXResponse) SetAuth(v string)

SetAuth sets Auth field to given value.

HasAuth

func (o *GetUserPushSubscriptions2XXResponse) HasAuth() bool

HasAuth returns a boolean if a field has been set.

GetUserAgent

func (o *GetUserPushSubscriptions2XXResponse) GetUserAgent() string

GetUserAgent returns the UserAgent field if non-nil, zero value otherwise.

GetUserAgentOk

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.

SetUserAgent

func (o *GetUserPushSubscriptions2XXResponse) SetUserAgent(v string)

SetUserAgent sets UserAgent field to given value.

HasUserAgent

func (o *GetUserPushSubscriptions2XXResponse) HasUserAgent() bool

HasUserAgent returns a boolean if a field has been set.

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