Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.15 KB

PushProvider.md

File metadata and controls

160 lines (87 loc) · 4.15 KB

PushProvider

Properties

Name Type Description Notes
Id Pointer to string [optional] [readonly]
LastUpdatedDate Pointer to string [optional] [readonly]
Name Pointer to string Display name of the push provider [optional]
ProviderType Pointer to ProviderType [optional]
Links Pointer to LinksSelf [optional]

Methods

NewPushProvider

func NewPushProvider() *PushProvider

NewPushProvider instantiates a new PushProvider 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

NewPushProviderWithDefaults

func NewPushProviderWithDefaults() *PushProvider

NewPushProviderWithDefaults instantiates a new PushProvider 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

GetId

func (o *PushProvider) GetId() string

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

GetIdOk

func (o *PushProvider) 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 *PushProvider) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *PushProvider) HasId() bool

HasId returns a boolean if a field has been set.

GetLastUpdatedDate

func (o *PushProvider) GetLastUpdatedDate() string

GetLastUpdatedDate returns the LastUpdatedDate field if non-nil, zero value otherwise.

GetLastUpdatedDateOk

func (o *PushProvider) GetLastUpdatedDateOk() (*string, bool)

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

SetLastUpdatedDate

func (o *PushProvider) SetLastUpdatedDate(v string)

SetLastUpdatedDate sets LastUpdatedDate field to given value.

HasLastUpdatedDate

func (o *PushProvider) HasLastUpdatedDate() bool

HasLastUpdatedDate returns a boolean if a field has been set.

GetName

func (o *PushProvider) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *PushProvider) GetNameOk() (*string, bool)

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

SetName

func (o *PushProvider) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PushProvider) HasName() bool

HasName returns a boolean if a field has been set.

GetProviderType

func (o *PushProvider) GetProviderType() ProviderType

GetProviderType returns the ProviderType field if non-nil, zero value otherwise.

GetProviderTypeOk

func (o *PushProvider) GetProviderTypeOk() (*ProviderType, bool)

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

SetProviderType

func (o *PushProvider) SetProviderType(v ProviderType)

SetProviderType sets ProviderType field to given value.

HasProviderType

func (o *PushProvider) HasProviderType() bool

HasProviderType returns a boolean if a field has been set.

GetLinks

func (o *PushProvider) GetLinks() LinksSelf

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *PushProvider) GetLinksOk() (*LinksSelf, bool)

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

SetLinks

func (o *PushProvider) SetLinks(v LinksSelf)

SetLinks sets Links field to given value.

HasLinks

func (o *PushProvider) HasLinks() bool

HasLinks returns a boolean if a field has been set.

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