Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type ApiFollowingsRequest
- type ApiJournalEntriesRequest
- func (r ApiJournalEntriesRequest) Execute() (*Entries, *http.Response, error)
- func (r ApiJournalEntriesRequest) FetchSize(fetchSize int64) ApiJournalEntriesRequest
- func (r ApiJournalEntriesRequest) IdsOnly(idsOnly int64) ApiJournalEntriesRequest
- func (r ApiJournalEntriesRequest) Last(last int64) ApiJournalEntriesRequest
- func (r ApiJournalEntriesRequest) Since(since int64) ApiJournalEntriesRequest
- type ApiJournalsRequest
- type ApiLoginRequest
- type ApiUsersMeRequest
- type AuthApi
- type AuthApiService
- func (a *AuthApiService) Login(ctx context.Context) ApiLoginRequest
- func (a *AuthApiService) LoginExecute(r ApiLoginRequest) (*AuthenticateResponse, *http.Response, error)
- func (a *AuthApiService) UsersMe(ctx context.Context) ApiUsersMeRequest
- func (a *AuthApiService) UsersMeExecute(r ApiUsersMeRequest) (*UsersMe, *http.Response, error)
- type AuthenticateRequst
- func (o *AuthenticateRequst) GetClientId() string
- func (o *AuthenticateRequst) GetClientIdOk() (*string, bool)
- func (o *AuthenticateRequst) GetDeviceId() string
- func (o *AuthenticateRequst) GetDeviceIdOk() (*string, bool)
- func (o *AuthenticateRequst) GetInviteToken() string
- func (o *AuthenticateRequst) GetInviteTokenOk() (*string, bool)
- func (o *AuthenticateRequst) GetPassword() string
- func (o *AuthenticateRequst) GetPasswordOk() (*string, bool)
- func (o *AuthenticateRequst) GetRememberMe() bool
- func (o *AuthenticateRequst) GetRememberMeOk() (*bool, bool)
- func (o *AuthenticateRequst) GetUsername() string
- func (o *AuthenticateRequst) GetUsernameOk() (*string, bool)
- func (o *AuthenticateRequst) HasClientId() bool
- func (o *AuthenticateRequst) HasDeviceId() bool
- func (o *AuthenticateRequst) HasInviteToken() bool
- func (o *AuthenticateRequst) HasPassword() bool
- func (o *AuthenticateRequst) HasRememberMe() bool
- func (o *AuthenticateRequst) HasUsername() bool
- func (o AuthenticateRequst) MarshalJSON() ([]byte, error)
- func (o *AuthenticateRequst) SetClientId(v string)
- func (o *AuthenticateRequst) SetDeviceId(v string)
- func (o *AuthenticateRequst) SetInviteToken(v string)
- func (o *AuthenticateRequst) SetPassword(v string)
- func (o *AuthenticateRequst) SetRememberMe(v bool)
- func (o *AuthenticateRequst) SetUsername(v string)
- type AuthenticateResponse
- func (o *AuthenticateResponse) GetAccessToken() string
- func (o *AuthenticateResponse) GetAccessTokenOk() (*string, bool)
- func (o *AuthenticateResponse) GetDidCreateUser() bool
- func (o *AuthenticateResponse) GetDidCreateUserOk() (*bool, bool)
- func (o *AuthenticateResponse) GetStatus() string
- func (o *AuthenticateResponse) GetStatusOk() (*string, bool)
- func (o *AuthenticateResponse) GetUser() User
- func (o *AuthenticateResponse) GetUserOk() (*User, bool)
- func (o *AuthenticateResponse) HasAccessToken() bool
- func (o *AuthenticateResponse) HasDidCreateUser() bool
- func (o *AuthenticateResponse) HasStatus() bool
- func (o *AuthenticateResponse) HasUser() bool
- func (o AuthenticateResponse) MarshalJSON() ([]byte, error)
- func (o *AuthenticateResponse) SetAccessToken(v string)
- func (o *AuthenticateResponse) SetDidCreateUser(v bool)
- func (o *AuthenticateResponse) SetStatus(v string)
- func (o *AuthenticateResponse) SetUser(v User)
- type Avatars
- func (o *Avatars) GetL() string
- func (o *Avatars) GetLOk() (*string, bool)
- func (o *Avatars) GetM() string
- func (o *Avatars) GetMOk() (*string, bool)
- func (o *Avatars) GetO() string
- func (o *Avatars) GetOOk() (*string, bool)
- func (o *Avatars) GetS() string
- func (o *Avatars) GetSOk() (*string, bool)
- func (o *Avatars) HasL() bool
- func (o *Avatars) HasM() bool
- func (o *Avatars) HasO() bool
- func (o *Avatars) HasS() bool
- func (o Avatars) MarshalJSON() ([]byte, error)
- func (o *Avatars) SetL(v string)
- func (o *Avatars) SetM(v string)
- func (o *Avatars) SetO(v string)
- func (o *Avatars) SetS(v string)
- type BasicAuth
- type Blob
- func (o *Blob) GetL() string
- func (o *Blob) GetLOk() (*string, bool)
- func (o *Blob) GetM() string
- func (o *Blob) GetMOk() (*string, bool)
- func (o *Blob) GetO() string
- func (o *Blob) GetO2() string
- func (o *Blob) GetO2Ok() (*string, bool)
- func (o *Blob) GetOOk() (*string, bool)
- func (o *Blob) GetP() string
- func (o *Blob) GetPOk() (*string, bool)
- func (o *Blob) GetS() string
- func (o *Blob) GetS2() string
- func (o *Blob) GetS2Ok() (*string, bool)
- func (o *Blob) GetSOk() (*string, bool)
- func (o *Blob) GetT() string
- func (o *Blob) GetTOk() (*string, bool)
- func (o *Blob) HasL() bool
- func (o *Blob) HasM() bool
- func (o *Blob) HasO() bool
- func (o *Blob) HasO2() bool
- func (o *Blob) HasP() bool
- func (o *Blob) HasS() bool
- func (o *Blob) HasS2() bool
- func (o *Blob) HasT() bool
- func (o Blob) MarshalJSON() ([]byte, error)
- func (o *Blob) SetL(v string)
- func (o *Blob) SetM(v string)
- func (o *Blob) SetO(v string)
- func (o *Blob) SetO2(v string)
- func (o *Blob) SetP(v string)
- func (o *Blob) SetS(v string)
- func (o *Blob) SetS2(v string)
- func (o *Blob) SetT(v string)
- type Child
- func (o *Child) GetAvatars() Avatars
- func (o *Child) GetAvatarsOk() (*Avatars, bool)
- func (o *Child) GetDeleted() bool
- func (o *Child) GetDeletedOk() (*bool, bool)
- func (o *Child) GetDob() string
- func (o *Child) GetDobOk() (*string, bool)
- func (o *Child) GetFirstName() string
- func (o *Child) GetFirstNameOk() (*string, bool)
- func (o *Child) GetFullName() string
- func (o *Child) GetFullNameOk() (*string, bool)
- func (o *Child) GetGender() string
- func (o *Child) GetGenderOk() (*string, bool)
- func (o *Child) GetId() int64
- func (o *Child) GetIdOk() (*int64, bool)
- func (o *Child) GetLastName() string
- func (o *Child) GetLastNameOk() (*string, bool)
- func (o *Child) GetLastUpdatedTimestamp() int64
- func (o *Child) GetLastUpdatedTimestampOk() (*int64, bool)
- func (o *Child) GetTimestamp() int64
- func (o *Child) GetTimestampOk() (*int64, bool)
- func (o *Child) GetURL() string
- func (o *Child) GetURLOk() (*string, bool)
- func (o *Child) GetUser() User
- func (o *Child) GetUserOk() (*User, bool)
- func (o *Child) HasAvatars() bool
- func (o *Child) HasDeleted() bool
- func (o *Child) HasDob() bool
- func (o *Child) HasFirstName() bool
- func (o *Child) HasFullName() bool
- func (o *Child) HasGender() bool
- func (o *Child) HasId() bool
- func (o *Child) HasLastName() bool
- func (o *Child) HasLastUpdatedTimestamp() bool
- func (o *Child) HasTimestamp() bool
- func (o *Child) HasURL() bool
- func (o *Child) HasUser() bool
- func (o Child) MarshalJSON() ([]byte, error)
- func (o *Child) SetAvatars(v Avatars)
- func (o *Child) SetDeleted(v bool)
- func (o *Child) SetDob(v string)
- func (o *Child) SetFirstName(v string)
- func (o *Child) SetFullName(v string)
- func (o *Child) SetGender(v string)
- func (o *Child) SetId(v int64)
- func (o *Child) SetLastName(v string)
- func (o *Child) SetLastUpdatedTimestamp(v int64)
- func (o *Child) SetTimestamp(v int64)
- func (o *Child) SetURL(v string)
- func (o *Child) SetUser(v User)
- type Configuration
- type CoverTheme
- func (o *CoverTheme) GetLabel() string
- func (o *CoverTheme) GetLabelOk() (*string, bool)
- func (o *CoverTheme) GetName() string
- func (o *CoverTheme) GetNameOk() (*string, bool)
- func (o *CoverTheme) GetUrl() string
- func (o *CoverTheme) GetUrlOk() (*string, bool)
- func (o *CoverTheme) HasLabel() bool
- func (o *CoverTheme) HasName() bool
- func (o *CoverTheme) HasUrl() bool
- func (o CoverTheme) MarshalJSON() ([]byte, error)
- func (o *CoverTheme) SetLabel(v string)
- func (o *CoverTheme) SetName(v string)
- func (o *CoverTheme) SetUrl(v string)
- type Cycle
- func (o *Cycle) GetCalendarInt() float32
- func (o *Cycle) GetCalendarIntOk() (*float32, bool)
- func (o *Cycle) GetDisplayName() string
- func (o *Cycle) GetDisplayNameOk() (*string, bool)
- func (o *Cycle) GetGracePeriodInDays() float32
- func (o *Cycle) GetGracePeriodInDaysOk() (*float32, bool)
- func (o *Cycle) GetReminderInDays() float32
- func (o *Cycle) GetReminderInDaysOk() (*float32, bool)
- func (o *Cycle) HasCalendarInt() bool
- func (o *Cycle) HasDisplayName() bool
- func (o *Cycle) HasGracePeriodInDays() bool
- func (o *Cycle) HasReminderInDays() bool
- func (o Cycle) MarshalJSON() ([]byte, error)
- func (o *Cycle) SetCalendarInt(v float32)
- func (o *Cycle) SetDisplayName(v string)
- func (o *Cycle) SetGracePeriodInDays(v float32)
- func (o *Cycle) SetReminderInDays(v float32)
- type DateStyle
- func (o *DateStyle) GetFormat() string
- func (o *DateStyle) GetFormatOk() (*string, bool)
- func (o *DateStyle) GetLabel() string
- func (o *DateStyle) GetLabelOk() (*string, bool)
- func (o *DateStyle) GetName() string
- func (o *DateStyle) GetNameOk() (*string, bool)
- func (o *DateStyle) HasFormat() bool
- func (o *DateStyle) HasLabel() bool
- func (o *DateStyle) HasName() bool
- func (o DateStyle) MarshalJSON() ([]byte, error)
- func (o *DateStyle) SetFormat(v string)
- func (o *DateStyle) SetLabel(v string)
- func (o *DateStyle) SetName(v string)
- type EmailFrequency
- func (o *EmailFrequency) GetLabel() string
- func (o *EmailFrequency) GetLabelOk() (*string, bool)
- func (o *EmailFrequency) GetName() string
- func (o *EmailFrequency) GetNameOk() (*string, bool)
- func (o *EmailFrequency) HasLabel() bool
- func (o *EmailFrequency) HasName() bool
- func (o EmailFrequency) MarshalJSON() ([]byte, error)
- func (o *EmailFrequency) SetLabel(v string)
- func (o *EmailFrequency) SetName(v string)
- type Emotion
- func (o *Emotion) GetDeleted() bool
- func (o *Emotion) GetDeletedOk() (*bool, bool)
- func (o *Emotion) GetEntryId() int64
- func (o *Emotion) GetEntryIdOk() (*int64, bool)
- func (o *Emotion) GetId() int64
- func (o *Emotion) GetIdOk() (*int64, bool)
- func (o *Emotion) GetLastUpdatedTimestamp() int64
- func (o *Emotion) GetLastUpdatedTimestampOk() (*int64, bool)
- func (o *Emotion) GetTimestamp() int64
- func (o *Emotion) GetTimestampOk() (*int64, bool)
- func (o *Emotion) GetType() EmotionType
- func (o *Emotion) GetTypeOk() (*EmotionType, bool)
- func (o *Emotion) GetURL() string
- func (o *Emotion) GetURLOk() (*string, bool)
- func (o *Emotion) GetUserId() int64
- func (o *Emotion) GetUserIdOk() (*int64, bool)
- func (o *Emotion) HasDeleted() bool
- func (o *Emotion) HasEntryId() bool
- func (o *Emotion) HasId() bool
- func (o *Emotion) HasLastUpdatedTimestamp() bool
- func (o *Emotion) HasTimestamp() bool
- func (o *Emotion) HasType() bool
- func (o *Emotion) HasURL() bool
- func (o *Emotion) HasUserId() bool
- func (o Emotion) MarshalJSON() ([]byte, error)
- func (o *Emotion) SetDeleted(v bool)
- func (o *Emotion) SetEntryId(v int64)
- func (o *Emotion) SetId(v int64)
- func (o *Emotion) SetLastUpdatedTimestamp(v int64)
- func (o *Emotion) SetTimestamp(v int64)
- func (o *Emotion) SetType(v EmotionType)
- func (o *Emotion) SetURL(v string)
- func (o *Emotion) SetUserId(v int64)
- type EmotionType
- func (o *EmotionType) GetLabel() string
- func (o *EmotionType) GetLabelOk() (*string, bool)
- func (o *EmotionType) GetName() string
- func (o *EmotionType) GetNameOk() (*string, bool)
- func (o *EmotionType) HasLabel() bool
- func (o *EmotionType) HasName() bool
- func (o EmotionType) MarshalJSON() ([]byte, error)
- func (o *EmotionType) SetLabel(v string)
- func (o *EmotionType) SetName(v string)
- type Entries
- func (o *Entries) GetEntries() []Entry
- func (o *Entries) GetEntriesOk() ([]Entry, bool)
- func (o *Entries) GetNumEntriesRemaining() int64
- func (o *Entries) GetNumEntriesRemainingOk() (*int64, bool)
- func (o *Entries) GetStatus() string
- func (o *Entries) GetStatusOk() (*string, bool)
- func (o *Entries) HasEntries() bool
- func (o *Entries) HasNumEntriesRemaining() bool
- func (o *Entries) HasStatus() bool
- func (o Entries) MarshalJSON() ([]byte, error)
- func (o *Entries) SetEntries(v []Entry)
- func (o *Entries) SetNumEntriesRemaining(v int64)
- func (o *Entries) SetStatus(v string)
- type Entry
- func (o *Entry) GetBlobs() Blob
- func (o *Entry) GetBlobsOk() (*Blob, bool)
- func (o *Entry) GetCaption() string
- func (o *Entry) GetCaptionOk() (*string, bool)
- func (o *Entry) GetClientRef() string
- func (o *Entry) GetClientRefOk() (*string, bool)
- func (o *Entry) GetDay() int64
- func (o *Entry) GetDayOk() (*int64, bool)
- func (o *Entry) GetDeleted() bool
- func (o *Entry) GetDeletedOk() (*bool, bool)
- func (o *Entry) GetEmotions() []Emotion
- func (o *Entry) GetEmotionsOk() ([]Emotion, bool)
- func (o *Entry) GetId() int64
- func (o *Entry) GetIdOk() (*int64, bool)
- func (o *Entry) GetJournalId() int64
- func (o *Entry) GetJournalIdOk() (*int64, bool)
- func (o *Entry) GetLastUpdatedTimestamp() int64
- func (o *Entry) GetLastUpdatedTimestampOk() (*int64, bool)
- func (o *Entry) GetMonth() int64
- func (o *Entry) GetMonthOk() (*int64, bool)
- func (o *Entry) GetPrivateMode() bool
- func (o *Entry) GetPrivateModeOk() (*bool, bool)
- func (o *Entry) GetTimestamp() int64
- func (o *Entry) GetTimestampOk() (*int64, bool)
- func (o *Entry) GetType() string
- func (o *Entry) GetTypeOk() (*string, bool)
- func (o *Entry) GetURL() string
- func (o *Entry) GetURLOk() (*string, bool)
- func (o *Entry) GetUserId() int64
- func (o *Entry) GetUserIdOk() (*int64, bool)
- func (o *Entry) GetUuid() string
- func (o *Entry) GetUuidOk() (*string, bool)
- func (o *Entry) GetYear() int64
- func (o *Entry) GetYearOk() (*int64, bool)
- func (o *Entry) HasBlobs() bool
- func (o *Entry) HasCaption() bool
- func (o *Entry) HasClientRef() bool
- func (o *Entry) HasDay() bool
- func (o *Entry) HasDeleted() bool
- func (o *Entry) HasEmotions() bool
- func (o *Entry) HasId() bool
- func (o *Entry) HasJournalId() bool
- func (o *Entry) HasLastUpdatedTimestamp() bool
- func (o *Entry) HasMonth() bool
- func (o *Entry) HasPrivateMode() bool
- func (o *Entry) HasTimestamp() bool
- func (o *Entry) HasType() bool
- func (o *Entry) HasURL() bool
- func (o *Entry) HasUserId() bool
- func (o *Entry) HasUuid() bool
- func (o *Entry) HasYear() bool
- func (o Entry) MarshalJSON() ([]byte, error)
- func (o *Entry) SetBlobs(v Blob)
- func (o *Entry) SetCaption(v string)
- func (o *Entry) SetClientRef(v string)
- func (o *Entry) SetDay(v int64)
- func (o *Entry) SetDeleted(v bool)
- func (o *Entry) SetEmotions(v []Emotion)
- func (o *Entry) SetId(v int64)
- func (o *Entry) SetJournalId(v int64)
- func (o *Entry) SetLastUpdatedTimestamp(v int64)
- func (o *Entry) SetMonth(v int64)
- func (o *Entry) SetPrivateMode(v bool)
- func (o *Entry) SetTimestamp(v int64)
- func (o *Entry) SetType(v string)
- func (o *Entry) SetURL(v string)
- func (o *Entry) SetUserId(v int64)
- func (o *Entry) SetUuid(v string)
- func (o *Entry) SetYear(v int64)
- type Features
- func (o *Features) GetDateCreated() string
- func (o *Features) GetDateCreatedOk() (*string, bool)
- func (o *Features) GetDescription() string
- func (o *Features) GetDescriptionOk() (*string, bool)
- func (o *Features) GetId() float32
- func (o *Features) GetIdOk() (*float32, bool)
- func (o *Features) GetLastUpdated() string
- func (o *Features) GetLastUpdatedOk() (*string, bool)
- func (o *Features) GetName() string
- func (o *Features) GetNameOk() (*string, bool)
- func (o *Features) GetScopeMap() string
- func (o *Features) GetScopeMapOk() (*string, bool)
- func (o *Features) GetURL() string
- func (o *Features) GetURLOk() (*string, bool)
- func (o *Features) HasDateCreated() bool
- func (o *Features) HasDescription() bool
- func (o *Features) HasId() bool
- func (o *Features) HasLastUpdated() bool
- func (o *Features) HasName() bool
- func (o *Features) HasScopeMap() bool
- func (o *Features) HasURL() bool
- func (o Features) MarshalJSON() ([]byte, error)
- func (o *Features) SetDateCreated(v string)
- func (o *Features) SetDescription(v string)
- func (o *Features) SetId(v float32)
- func (o *Features) SetLastUpdated(v string)
- func (o *Features) SetName(v string)
- func (o *Features) SetScopeMap(v string)
- func (o *Features) SetURL(v string)
- type Following
- func (o *Following) GetAddEntries() bool
- func (o *Following) GetAddEntriesOk() (*bool, bool)
- func (o *Following) GetCoOwner() bool
- func (o *Following) GetCoOwnerOk() (*bool, bool)
- func (o *Following) GetEditMilestones() bool
- func (o *Following) GetEditMilestonesOk() (*bool, bool)
- func (o *Following) GetEmailFrequencyOnNewEvent() EmailFrequency
- func (o *Following) GetEmailFrequencyOnNewEventOk() (*EmailFrequency, bool)
- func (o *Following) GetId() int64
- func (o *Following) GetIdOk() (*int64, bool)
- func (o *Following) GetJournal() Journal
- func (o *Following) GetJournalId() int64
- func (o *Following) GetJournalIdOk() (*int64, bool)
- func (o *Following) GetJournalOk() (*Journal, bool)
- func (o *Following) GetRelationship() Relationship
- func (o *Following) GetRelationshipOk() (*Relationship, bool)
- func (o *Following) GetSendFlashback() bool
- func (o *Following) GetSendFlashbackOk() (*bool, bool)
- func (o *Following) GetSortOrder() int64
- func (o *Following) GetSortOrderOk() (*int64, bool)
- func (o *Following) GetTimestamp() int64
- func (o *Following) GetTimestampOk() (*int64, bool)
- func (o *Following) GetURL() string
- func (o *Following) GetURLOk() (*string, bool)
- func (o *Following) GetUser() User
- func (o *Following) GetUserOk() (*User, bool)
- func (o *Following) GetViewEntries() bool
- func (o *Following) GetViewEntriesOk() (*bool, bool)
- func (o *Following) GetViewMilestones() bool
- func (o *Following) GetViewMilestonesOk() (*bool, bool)
- func (o *Following) HasAddEntries() bool
- func (o *Following) HasCoOwner() bool
- func (o *Following) HasEditMilestones() bool
- func (o *Following) HasEmailFrequencyOnNewEvent() bool
- func (o *Following) HasId() bool
- func (o *Following) HasJournal() bool
- func (o *Following) HasJournalId() bool
- func (o *Following) HasRelationship() bool
- func (o *Following) HasSendFlashback() bool
- func (o *Following) HasSortOrder() bool
- func (o *Following) HasTimestamp() bool
- func (o *Following) HasURL() bool
- func (o *Following) HasUser() bool
- func (o *Following) HasViewEntries() bool
- func (o *Following) HasViewMilestones() bool
- func (o Following) MarshalJSON() ([]byte, error)
- func (o *Following) SetAddEntries(v bool)
- func (o *Following) SetCoOwner(v bool)
- func (o *Following) SetEditMilestones(v bool)
- func (o *Following) SetEmailFrequencyOnNewEvent(v EmailFrequency)
- func (o *Following) SetId(v int64)
- func (o *Following) SetJournal(v Journal)
- func (o *Following) SetJournalId(v int64)
- func (o *Following) SetRelationship(v Relationship)
- func (o *Following) SetSendFlashback(v bool)
- func (o *Following) SetSortOrder(v int64)
- func (o *Following) SetTimestamp(v int64)
- func (o *Following) SetURL(v string)
- func (o *Following) SetUser(v User)
- func (o *Following) SetViewEntries(v bool)
- func (o *Following) SetViewMilestones(v bool)
- type Followings
- func (o *Followings) GetFollowings() []Following
- func (o *Followings) GetFollowingsOk() ([]Following, bool)
- func (o *Followings) GetStatus() string
- func (o *Followings) GetStatusOk() (*string, bool)
- func (o *Followings) HasFollowings() bool
- func (o *Followings) HasStatus() bool
- func (o Followings) MarshalJSON() ([]byte, error)
- func (o *Followings) SetFollowings(v []Following)
- func (o *Followings) SetStatus(v string)
- type FollowingsApi
- type FollowingsApiService
- type GenericOpenAPIError
- type Journal
- func (o *Journal) GetChildren() []Child
- func (o *Journal) GetChildrenOk() ([]Child, bool)
- func (o *Journal) GetClassification() string
- func (o *Journal) GetClassificationOk() (*string, bool)
- func (o *Journal) GetCoverTheme() CoverTheme
- func (o *Journal) GetCoverThemeOk() (*CoverTheme, bool)
- func (o *Journal) GetCurrentSubscription() Subscription
- func (o *Journal) GetCurrentSubscriptionOk() (*Subscription, bool)
- func (o *Journal) GetDeleted() bool
- func (o *Journal) GetDeletedOk() (*bool, bool)
- func (o *Journal) GetDisableAnonymousComments() bool
- func (o *Journal) GetDisableAnonymousCommentsOk() (*bool, bool)
- func (o *Journal) GetDisableComments() bool
- func (o *Journal) GetDisableCommentsOk() (*bool, bool)
- func (o *Journal) GetDisableDownloads() bool
- func (o *Journal) GetDisableDownloadsOk() (*bool, bool)
- func (o *Journal) GetFeatures() []Features
- func (o *Journal) GetFeaturesOk() ([]Features, bool)
- func (o *Journal) GetId() int64
- func (o *Journal) GetIdOk() (*int64, bool)
- func (o *Journal) GetIsPublic() bool
- func (o *Journal) GetIsPublicOk() (*bool, bool)
- func (o *Journal) GetLatestSubscription() Subscription
- func (o *Journal) GetLatestSubscriptionOk() (*Subscription, bool)
- func (o *Journal) GetPets() []Pet
- func (o *Journal) GetPetsOk() ([]Pet, bool)
- func (o *Journal) GetShouldShowAds() bool
- func (o *Journal) GetShouldShowAdsOk() (*bool, bool)
- func (o *Journal) GetTimestamp() int64
- func (o *Journal) GetTimestampOk() (*int64, bool)
- func (o *Journal) GetTitle() string
- func (o *Journal) GetTitleOk() (*string, bool)
- func (o *Journal) GetURL() string
- func (o *Journal) GetURLOk() (*string, bool)
- func (o *Journal) GetUser() User
- func (o *Journal) GetUserOk() (*User, bool)
- func (o *Journal) HasChildren() bool
- func (o *Journal) HasClassification() bool
- func (o *Journal) HasCoverTheme() bool
- func (o *Journal) HasCurrentSubscription() bool
- func (o *Journal) HasDeleted() bool
- func (o *Journal) HasDisableAnonymousComments() bool
- func (o *Journal) HasDisableComments() bool
- func (o *Journal) HasDisableDownloads() bool
- func (o *Journal) HasFeatures() bool
- func (o *Journal) HasId() bool
- func (o *Journal) HasIsPublic() bool
- func (o *Journal) HasLatestSubscription() bool
- func (o *Journal) HasPets() bool
- func (o *Journal) HasShouldShowAds() bool
- func (o *Journal) HasTimestamp() bool
- func (o *Journal) HasTitle() bool
- func (o *Journal) HasURL() bool
- func (o *Journal) HasUser() bool
- func (o Journal) MarshalJSON() ([]byte, error)
- func (o *Journal) SetChildren(v []Child)
- func (o *Journal) SetClassification(v string)
- func (o *Journal) SetCoverTheme(v CoverTheme)
- func (o *Journal) SetCurrentSubscription(v Subscription)
- func (o *Journal) SetDeleted(v bool)
- func (o *Journal) SetDisableAnonymousComments(v bool)
- func (o *Journal) SetDisableComments(v bool)
- func (o *Journal) SetDisableDownloads(v bool)
- func (o *Journal) SetFeatures(v []Features)
- func (o *Journal) SetId(v int64)
- func (o *Journal) SetIsPublic(v bool)
- func (o *Journal) SetLatestSubscription(v Subscription)
- func (o *Journal) SetPets(v []Pet)
- func (o *Journal) SetShouldShowAds(v bool)
- func (o *Journal) SetTimestamp(v int64)
- func (o *Journal) SetTitle(v string)
- func (o *Journal) SetURL(v string)
- func (o *Journal) SetUser(v User)
- type Journals
- func (o *Journals) GetJournals() []Journal
- func (o *Journals) GetJournalsOk() ([]Journal, bool)
- func (o *Journals) GetStatus() string
- func (o *Journals) GetStatusOk() (*string, bool)
- func (o *Journals) HasJournals() bool
- func (o *Journals) HasStatus() bool
- func (o Journals) MarshalJSON() ([]byte, error)
- func (o *Journals) SetJournals(v []Journal)
- func (o *Journals) SetStatus(v string)
- type JournalsApi
- type JournalsApiService
- func (a *JournalsApiService) JournalEntries(ctx context.Context, journal int64) ApiJournalEntriesRequest
- func (a *JournalsApiService) JournalEntriesExecute(r ApiJournalEntriesRequest) (*Entries, *http.Response, error)
- func (a *JournalsApiService) Journals(ctx context.Context) ApiJournalsRequest
- func (a *JournalsApiService) JournalsExecute(r ApiJournalsRequest) (*Journals, *http.Response, error)
- type MeasurementSystem
- func (o *MeasurementSystem) GetLabel() string
- func (o *MeasurementSystem) GetLabelOk() (*string, bool)
- func (o *MeasurementSystem) GetName() string
- func (o *MeasurementSystem) GetNameOk() (*string, bool)
- func (o *MeasurementSystem) HasLabel() bool
- func (o *MeasurementSystem) HasName() bool
- func (o MeasurementSystem) MarshalJSON() ([]byte, error)
- func (o *MeasurementSystem) SetLabel(v string)
- func (o *MeasurementSystem) SetName(v string)
- type NullableAuthenticateRequst
- func (v NullableAuthenticateRequst) Get() *AuthenticateRequst
- func (v NullableAuthenticateRequst) IsSet() bool
- func (v NullableAuthenticateRequst) MarshalJSON() ([]byte, error)
- func (v *NullableAuthenticateRequst) Set(val *AuthenticateRequst)
- func (v *NullableAuthenticateRequst) UnmarshalJSON(src []byte) error
- func (v *NullableAuthenticateRequst) Unset()
- type NullableAuthenticateResponse
- func (v NullableAuthenticateResponse) Get() *AuthenticateResponse
- func (v NullableAuthenticateResponse) IsSet() bool
- func (v NullableAuthenticateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAuthenticateResponse) Set(val *AuthenticateResponse)
- func (v *NullableAuthenticateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAuthenticateResponse) Unset()
- type NullableAvatars
- type NullableBlob
- type NullableBool
- type NullableChild
- type NullableCoverTheme
- type NullableCycle
- type NullableDateStyle
- type NullableEmailFrequency
- func (v NullableEmailFrequency) Get() *EmailFrequency
- func (v NullableEmailFrequency) IsSet() bool
- func (v NullableEmailFrequency) MarshalJSON() ([]byte, error)
- func (v *NullableEmailFrequency) Set(val *EmailFrequency)
- func (v *NullableEmailFrequency) UnmarshalJSON(src []byte) error
- func (v *NullableEmailFrequency) Unset()
- type NullableEmotion
- type NullableEmotionType
- func (v NullableEmotionType) Get() *EmotionType
- func (v NullableEmotionType) IsSet() bool
- func (v NullableEmotionType) MarshalJSON() ([]byte, error)
- func (v *NullableEmotionType) Set(val *EmotionType)
- func (v *NullableEmotionType) UnmarshalJSON(src []byte) error
- func (v *NullableEmotionType) Unset()
- type NullableEntries
- type NullableEntry
- type NullableFeatures
- type NullableFloat32
- type NullableFloat64
- type NullableFollowing
- type NullableFollowings
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableJournal
- type NullableJournals
- type NullableMeasurementSystem
- func (v NullableMeasurementSystem) Get() *MeasurementSystem
- func (v NullableMeasurementSystem) IsSet() bool
- func (v NullableMeasurementSystem) MarshalJSON() ([]byte, error)
- func (v *NullableMeasurementSystem) Set(val *MeasurementSystem)
- func (v *NullableMeasurementSystem) UnmarshalJSON(src []byte) error
- func (v *NullableMeasurementSystem) Unset()
- type NullablePaymentTransaction
- func (v NullablePaymentTransaction) Get() *PaymentTransaction
- func (v NullablePaymentTransaction) IsSet() bool
- func (v NullablePaymentTransaction) MarshalJSON() ([]byte, error)
- func (v *NullablePaymentTransaction) Set(val *PaymentTransaction)
- func (v *NullablePaymentTransaction) UnmarshalJSON(src []byte) error
- func (v *NullablePaymentTransaction) Unset()
- type NullablePet
- type NullablePrice
- type NullableRelationship
- func (v NullableRelationship) Get() *Relationship
- func (v NullableRelationship) IsSet() bool
- func (v NullableRelationship) MarshalJSON() ([]byte, error)
- func (v *NullableRelationship) Set(val *Relationship)
- func (v *NullableRelationship) UnmarshalJSON(src []byte) error
- func (v *NullableRelationship) Unset()
- type NullableString
- type NullableSubscription
- func (v NullableSubscription) Get() *Subscription
- func (v NullableSubscription) IsSet() bool
- func (v NullableSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableSubscription) Set(val *Subscription)
- func (v *NullableSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableSubscription) Unset()
- type NullableSubscriptionProduct
- func (v NullableSubscriptionProduct) Get() *SubscriptionProduct
- func (v NullableSubscriptionProduct) IsSet() bool
- func (v NullableSubscriptionProduct) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionProduct) Set(val *SubscriptionProduct)
- func (v *NullableSubscriptionProduct) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionProduct) Unset()
- type NullableTime
- type NullableTimeZone
- type NullableUser
- type NullableUsersMe
- type PaymentTransaction
- func (o *PaymentTransaction) GetAmountDisplay() string
- func (o *PaymentTransaction) GetAmountDisplayOk() (*string, bool)
- func (o *PaymentTransaction) GetAmountInCents() int64
- func (o *PaymentTransaction) GetAmountInCentsOk() (*int64, bool)
- func (o *PaymentTransaction) GetDateCreated() string
- func (o *PaymentTransaction) GetDateCreatedOk() (*string, bool)
- func (o *PaymentTransaction) GetDescription() string
- func (o *PaymentTransaction) GetDescriptionOk() (*string, bool)
- func (o *PaymentTransaction) GetDiscount() int64
- func (o *PaymentTransaction) GetDiscountOk() (*int64, bool)
- func (o *PaymentTransaction) GetId() int64
- func (o *PaymentTransaction) GetIdOk() (*int64, bool)
- func (o *PaymentTransaction) GetLast4() string
- func (o *PaymentTransaction) GetLast4Ok() (*string, bool)
- func (o *PaymentTransaction) GetLastUpdated() string
- func (o *PaymentTransaction) GetLastUpdatedOk() (*string, bool)
- func (o *PaymentTransaction) GetPaymentGatewayType() string
- func (o *PaymentTransaction) GetPaymentGatewayTypeOk() (*string, bool)
- func (o *PaymentTransaction) GetPaymentId() string
- func (o *PaymentTransaction) GetPaymentIdOk() (*string, bool)
- func (o *PaymentTransaction) GetProductId() string
- func (o *PaymentTransaction) GetProductIdOk() (*string, bool)
- func (o *PaymentTransaction) GetReceiptNumber() string
- func (o *PaymentTransaction) GetReceiptNumberOk() (*string, bool)
- func (o *PaymentTransaction) GetTransactionDate() string
- func (o *PaymentTransaction) GetTransactionDateOk() (*string, bool)
- func (o *PaymentTransaction) GetURL() string
- func (o *PaymentTransaction) GetURLOk() (*string, bool)
- func (o *PaymentTransaction) GetUser() User
- func (o *PaymentTransaction) GetUserId() int64
- func (o *PaymentTransaction) GetUserIdOk() (*int64, bool)
- func (o *PaymentTransaction) GetUserOk() (*User, bool)
- func (o *PaymentTransaction) HasAmountDisplay() bool
- func (o *PaymentTransaction) HasAmountInCents() bool
- func (o *PaymentTransaction) HasDateCreated() bool
- func (o *PaymentTransaction) HasDescription() bool
- func (o *PaymentTransaction) HasDiscount() bool
- func (o *PaymentTransaction) HasId() bool
- func (o *PaymentTransaction) HasLast4() bool
- func (o *PaymentTransaction) HasLastUpdated() bool
- func (o *PaymentTransaction) HasPaymentGatewayType() bool
- func (o *PaymentTransaction) HasPaymentId() bool
- func (o *PaymentTransaction) HasProductId() bool
- func (o *PaymentTransaction) HasReceiptNumber() bool
- func (o *PaymentTransaction) HasTransactionDate() bool
- func (o *PaymentTransaction) HasURL() bool
- func (o *PaymentTransaction) HasUser() bool
- func (o *PaymentTransaction) HasUserId() bool
- func (o PaymentTransaction) MarshalJSON() ([]byte, error)
- func (o *PaymentTransaction) SetAmountDisplay(v string)
- func (o *PaymentTransaction) SetAmountInCents(v int64)
- func (o *PaymentTransaction) SetDateCreated(v string)
- func (o *PaymentTransaction) SetDescription(v string)
- func (o *PaymentTransaction) SetDiscount(v int64)
- func (o *PaymentTransaction) SetId(v int64)
- func (o *PaymentTransaction) SetLast4(v string)
- func (o *PaymentTransaction) SetLastUpdated(v string)
- func (o *PaymentTransaction) SetPaymentGatewayType(v string)
- func (o *PaymentTransaction) SetPaymentId(v string)
- func (o *PaymentTransaction) SetProductId(v string)
- func (o *PaymentTransaction) SetReceiptNumber(v string)
- func (o *PaymentTransaction) SetTransactionDate(v string)
- func (o *PaymentTransaction) SetURL(v string)
- func (o *PaymentTransaction) SetUser(v User)
- func (o *PaymentTransaction) SetUserId(v int64)
- type Pet
- func (o *Pet) GetAdoptionDate() string
- func (o *Pet) GetAdoptionDateOk() (*string, bool)
- func (o *Pet) GetAvatars() Avatars
- func (o *Pet) GetAvatarsOk() (*Avatars, bool)
- func (o *Pet) GetBirthday() string
- func (o *Pet) GetBirthdayOk() (*string, bool)
- func (o *Pet) GetBreed() string
- func (o *Pet) GetBreedOk() (*string, bool)
- func (o *Pet) GetDeleted() bool
- func (o *Pet) GetDeletedOk() (*bool, bool)
- func (o *Pet) GetDevelopmentOptOut() bool
- func (o *Pet) GetDevelopmentOptOutOk() (*bool, bool)
- func (o *Pet) GetId() int64
- func (o *Pet) GetIdOk() (*int64, bool)
- func (o *Pet) GetName() string
- func (o *Pet) GetNameOk() (*string, bool)
- func (o *Pet) GetSex() string
- func (o *Pet) GetSexOk() (*string, bool)
- func (o *Pet) GetSize() string
- func (o *Pet) GetSizeOk() (*string, bool)
- func (o *Pet) GetSpecies() string
- func (o *Pet) GetSpeciesOk() (*string, bool)
- func (o *Pet) GetUser() User
- func (o *Pet) GetUserOk() (*User, bool)
- func (o *Pet) HasAdoptionDate() bool
- func (o *Pet) HasAvatars() bool
- func (o *Pet) HasBirthday() bool
- func (o *Pet) HasBreed() bool
- func (o *Pet) HasDeleted() bool
- func (o *Pet) HasDevelopmentOptOut() bool
- func (o *Pet) HasId() bool
- func (o *Pet) HasName() bool
- func (o *Pet) HasSex() bool
- func (o *Pet) HasSize() bool
- func (o *Pet) HasSpecies() bool
- func (o *Pet) HasUser() bool
- func (o Pet) MarshalJSON() ([]byte, error)
- func (o *Pet) SetAdoptionDate(v string)
- func (o *Pet) SetAvatars(v Avatars)
- func (o *Pet) SetBirthday(v string)
- func (o *Pet) SetBreed(v string)
- func (o *Pet) SetDeleted(v bool)
- func (o *Pet) SetDevelopmentOptOut(v bool)
- func (o *Pet) SetId(v int64)
- func (o *Pet) SetName(v string)
- func (o *Pet) SetSex(v string)
- func (o *Pet) SetSize(v string)
- func (o *Pet) SetSpecies(v string)
- func (o *Pet) SetUser(v User)
- type Price
- func (o *Price) GetAmountInCents() int64
- func (o *Price) GetAmountInCentsOk() (*int64, bool)
- func (o *Price) GetAmountInDollarsAndCents() float32
- func (o *Price) GetAmountInDollarsAndCentsOk() (*float32, bool)
- func (o *Price) GetDateCreated() string
- func (o *Price) GetDateCreatedOk() (*string, bool)
- func (o *Price) GetId() int64
- func (o *Price) GetIdOk() (*int64, bool)
- func (o *Price) GetLocaleTag() string
- func (o *Price) GetLocaleTagOk() (*string, bool)
- func (o *Price) GetTaxAmountInCents() int64
- func (o *Price) GetTaxAmountInCentsOk() (*int64, bool)
- func (o *Price) GetTaxAsPercentage() float32
- func (o *Price) GetTaxAsPercentageOk() (*float32, bool)
- func (o *Price) GetURL() string
- func (o *Price) GetURLOk() (*string, bool)
- func (o *Price) HasAmountInCents() bool
- func (o *Price) HasAmountInDollarsAndCents() bool
- func (o *Price) HasDateCreated() bool
- func (o *Price) HasId() bool
- func (o *Price) HasLocaleTag() bool
- func (o *Price) HasTaxAmountInCents() bool
- func (o *Price) HasTaxAsPercentage() bool
- func (o *Price) HasURL() bool
- func (o Price) MarshalJSON() ([]byte, error)
- func (o *Price) SetAmountInCents(v int64)
- func (o *Price) SetAmountInDollarsAndCents(v float32)
- func (o *Price) SetDateCreated(v string)
- func (o *Price) SetId(v int64)
- func (o *Price) SetLocaleTag(v string)
- func (o *Price) SetTaxAmountInCents(v int64)
- func (o *Price) SetTaxAsPercentage(v float32)
- func (o *Price) SetURL(v string)
- type Relationship
- func (o *Relationship) GetLabel() string
- func (o *Relationship) GetLabelOk() (*string, bool)
- func (o *Relationship) GetName() string
- func (o *Relationship) GetNameOk() (*string, bool)
- func (o *Relationship) HasLabel() bool
- func (o *Relationship) HasName() bool
- func (o Relationship) MarshalJSON() ([]byte, error)
- func (o *Relationship) SetLabel(v string)
- func (o *Relationship) SetName(v string)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type Subscription
- func (o *Subscription) GetExpiryDate() int64
- func (o *Subscription) GetExpiryDateDisplay() string
- func (o *Subscription) GetExpiryDateDisplayOk() (*string, bool)
- func (o *Subscription) GetExpiryDateOk() (*int64, bool)
- func (o *Subscription) GetId() int64
- func (o *Subscription) GetIdOk() (*int64, bool)
- func (o *Subscription) GetJournalId() int64
- func (o *Subscription) GetJournalIdOk() (*int64, bool)
- func (o *Subscription) GetPaymentTransaction() PaymentTransaction
- func (o *Subscription) GetPaymentTransactionOk() (*PaymentTransaction, bool)
- func (o *Subscription) GetRenewal() string
- func (o *Subscription) GetRenewalOk() (*string, bool)
- func (o *Subscription) GetStartDate() int64
- func (o *Subscription) GetStartDateDisplay() string
- func (o *Subscription) GetStartDateDisplayOk() (*string, bool)
- func (o *Subscription) GetStartDateOk() (*int64, bool)
- func (o *Subscription) GetStatus() string
- func (o *Subscription) GetStatusOk() (*string, bool)
- func (o *Subscription) GetSubscriptionProduct() SubscriptionProduct
- func (o *Subscription) GetSubscriptionProductId() int64
- func (o *Subscription) GetSubscriptionProductIdOk() (*int64, bool)
- func (o *Subscription) GetSubscriptionProductOk() (*SubscriptionProduct, bool)
- func (o *Subscription) GetURL() string
- func (o *Subscription) GetURLOk() (*string, bool)
- func (o *Subscription) HasExpiryDate() bool
- func (o *Subscription) HasExpiryDateDisplay() bool
- func (o *Subscription) HasId() bool
- func (o *Subscription) HasJournalId() bool
- func (o *Subscription) HasPaymentTransaction() bool
- func (o *Subscription) HasRenewal() bool
- func (o *Subscription) HasStartDate() bool
- func (o *Subscription) HasStartDateDisplay() bool
- func (o *Subscription) HasStatus() bool
- func (o *Subscription) HasSubscriptionProduct() bool
- func (o *Subscription) HasSubscriptionProductId() bool
- func (o *Subscription) HasURL() bool
- func (o Subscription) MarshalJSON() ([]byte, error)
- func (o *Subscription) SetExpiryDate(v int64)
- func (o *Subscription) SetExpiryDateDisplay(v string)
- func (o *Subscription) SetId(v int64)
- func (o *Subscription) SetJournalId(v int64)
- func (o *Subscription) SetPaymentTransaction(v PaymentTransaction)
- func (o *Subscription) SetRenewal(v string)
- func (o *Subscription) SetStartDate(v int64)
- func (o *Subscription) SetStartDateDisplay(v string)
- func (o *Subscription) SetStatus(v string)
- func (o *Subscription) SetSubscriptionProduct(v SubscriptionProduct)
- func (o *Subscription) SetSubscriptionProductId(v int64)
- func (o *Subscription) SetURL(v string)
- type SubscriptionProduct
- func (o *SubscriptionProduct) GetAmountInCents() int64
- func (o *SubscriptionProduct) GetAmountInCentsOk() (*int64, bool)
- func (o *SubscriptionProduct) GetAmountInDollarsAndCents() float32
- func (o *SubscriptionProduct) GetAmountInDollarsAndCentsOk() (*float32, bool)
- func (o *SubscriptionProduct) GetCode() string
- func (o *SubscriptionProduct) GetCodeAppStore() string
- func (o *SubscriptionProduct) GetCodeAppStoreOk() (*string, bool)
- func (o *SubscriptionProduct) GetCodeOk() (*string, bool)
- func (o *SubscriptionProduct) GetCodePlayStore() string
- func (o *SubscriptionProduct) GetCodePlayStoreOk() (*string, bool)
- func (o *SubscriptionProduct) GetCycle() Cycle
- func (o *SubscriptionProduct) GetCycleDuration() int64
- func (o *SubscriptionProduct) GetCycleDurationOk() (*int64, bool)
- func (o *SubscriptionProduct) GetCycleOk() (*Cycle, bool)
- func (o *SubscriptionProduct) GetDateCreated() string
- func (o *SubscriptionProduct) GetDateCreatedOk() (*string, bool)
- func (o *SubscriptionProduct) GetDescription() string
- func (o *SubscriptionProduct) GetDescriptionOk() (*string, bool)
- func (o *SubscriptionProduct) GetFeatures() []Features
- func (o *SubscriptionProduct) GetFeaturesOk() ([]Features, bool)
- func (o *SubscriptionProduct) GetId() int64
- func (o *SubscriptionProduct) GetIdOk() (*int64, bool)
- func (o *SubscriptionProduct) GetLastUpdated() string
- func (o *SubscriptionProduct) GetLastUpdatedOk() (*string, bool)
- func (o *SubscriptionProduct) GetName() string
- func (o *SubscriptionProduct) GetNameOk() (*string, bool)
- func (o *SubscriptionProduct) GetPrice() Price
- func (o *SubscriptionProduct) GetPriceOk() (*Price, bool)
- func (o *SubscriptionProduct) GetProductStatus() string
- func (o *SubscriptionProduct) GetProductStatusOk() (*string, bool)
- func (o *SubscriptionProduct) GetTier() string
- func (o *SubscriptionProduct) GetTierOk() (*string, bool)
- func (o *SubscriptionProduct) GetURL() string
- func (o *SubscriptionProduct) GetURLOk() (*string, bool)
- func (o *SubscriptionProduct) HasAmountInCents() bool
- func (o *SubscriptionProduct) HasAmountInDollarsAndCents() bool
- func (o *SubscriptionProduct) HasCode() bool
- func (o *SubscriptionProduct) HasCodeAppStore() bool
- func (o *SubscriptionProduct) HasCodePlayStore() bool
- func (o *SubscriptionProduct) HasCycle() bool
- func (o *SubscriptionProduct) HasCycleDuration() bool
- func (o *SubscriptionProduct) HasDateCreated() bool
- func (o *SubscriptionProduct) HasDescription() bool
- func (o *SubscriptionProduct) HasFeatures() bool
- func (o *SubscriptionProduct) HasId() bool
- func (o *SubscriptionProduct) HasLastUpdated() bool
- func (o *SubscriptionProduct) HasName() bool
- func (o *SubscriptionProduct) HasPrice() bool
- func (o *SubscriptionProduct) HasProductStatus() bool
- func (o *SubscriptionProduct) HasTier() bool
- func (o *SubscriptionProduct) HasURL() bool
- func (o SubscriptionProduct) MarshalJSON() ([]byte, error)
- func (o *SubscriptionProduct) SetAmountInCents(v int64)
- func (o *SubscriptionProduct) SetAmountInDollarsAndCents(v float32)
- func (o *SubscriptionProduct) SetCode(v string)
- func (o *SubscriptionProduct) SetCodeAppStore(v string)
- func (o *SubscriptionProduct) SetCodePlayStore(v string)
- func (o *SubscriptionProduct) SetCycle(v Cycle)
- func (o *SubscriptionProduct) SetCycleDuration(v int64)
- func (o *SubscriptionProduct) SetDateCreated(v string)
- func (o *SubscriptionProduct) SetDescription(v string)
- func (o *SubscriptionProduct) SetFeatures(v []Features)
- func (o *SubscriptionProduct) SetId(v int64)
- func (o *SubscriptionProduct) SetLastUpdated(v string)
- func (o *SubscriptionProduct) SetName(v string)
- func (o *SubscriptionProduct) SetPrice(v Price)
- func (o *SubscriptionProduct) SetProductStatus(v string)
- func (o *SubscriptionProduct) SetTier(v string)
- func (o *SubscriptionProduct) SetURL(v string)
- type TimeZone
- func (o *TimeZone) GetLabel() string
- func (o *TimeZone) GetLabelOk() (*string, bool)
- func (o *TimeZone) GetName() string
- func (o *TimeZone) GetNameOk() (*string, bool)
- func (o *TimeZone) HasLabel() bool
- func (o *TimeZone) HasName() bool
- func (o TimeZone) MarshalJSON() ([]byte, error)
- func (o *TimeZone) SetLabel(v string)
- func (o *TimeZone) SetName(v string)
- type User
- func (o *User) GetAvatars() Avatars
- func (o *User) GetAvatarsOk() (*Avatars, bool)
- func (o *User) GetDateStyle() DateStyle
- func (o *User) GetDateStyleOk() (*DateStyle, bool)
- func (o *User) GetDeleted() bool
- func (o *User) GetDeletedOk() (*bool, bool)
- func (o *User) GetEmailAddress() string
- func (o *User) GetEmailAddressOk() (*string, bool)
- func (o *User) GetEmailFrequencyOnNewComment() EmailFrequency
- func (o *User) GetEmailFrequencyOnNewCommentOk() (*EmailFrequency, bool)
- func (o *User) GetEmailFrequencyOnNewEmotion() EmailFrequency
- func (o *User) GetEmailFrequencyOnNewEmotionOk() (*EmailFrequency, bool)
- func (o *User) GetEmailMarketingOptOut() bool
- func (o *User) GetEmailMarketingOptOutOk() (*bool, bool)
- func (o *User) GetEmailOptOut() bool
- func (o *User) GetEmailOptOutOk() (*bool, bool)
- func (o *User) GetEmailWeeklySummary() bool
- func (o *User) GetEmailWeeklySummaryOk() (*bool, bool)
- func (o *User) GetExternalProviderRef() string
- func (o *User) GetExternalProviderRefOk() (*string, bool)
- func (o *User) GetFacebookId() string
- func (o *User) GetFacebookIdOk() (*string, bool)
- func (o *User) GetFirstLoggedInTimestamp() int64
- func (o *User) GetFirstLoggedInTimestampOk() (*int64, bool)
- func (o *User) GetFirstName() string
- func (o *User) GetFirstNameOk() (*string, bool)
- func (o *User) GetFullName() string
- func (o *User) GetFullNameOk() (*string, bool)
- func (o *User) GetHasMemoriesAccess() bool
- func (o *User) GetHasMemoriesAccessOk() (*bool, bool)
- func (o *User) GetId() int64
- func (o *User) GetIdOk() (*int64, bool)
- func (o *User) GetInstagramId() string
- func (o *User) GetInstagramIdOk() (*string, bool)
- func (o *User) GetInstagramUsername() string
- func (o *User) GetInstagramUsernameOk() (*string, bool)
- func (o *User) GetLastEmailOpenTimestamp() int64
- func (o *User) GetLastEmailOpenTimestampOk() (*int64, bool)
- func (o *User) GetLastLoggedInTimestamp() int64
- func (o *User) GetLastLoggedInTimestampOk() (*int64, bool)
- func (o *User) GetLastName() string
- func (o *User) GetLastNameOk() (*string, bool)
- func (o *User) GetLastUpdatedTimestamp() int64
- func (o *User) GetLastUpdatedTimestampOk() (*int64, bool)
- func (o *User) GetMeasurementSystem() MeasurementSystem
- func (o *User) GetMeasurementSystemOk() (*MeasurementSystem, bool)
- func (o *User) GetPublicUsername() string
- func (o *User) GetPublicUsernameOk() (*string, bool)
- func (o *User) GetReferralCode() string
- func (o *User) GetReferralCodeOk() (*string, bool)
- func (o *User) GetReferralUrl() string
- func (o *User) GetReferralUrlOk() (*string, bool)
- func (o *User) GetTimeZone() TimeZone
- func (o *User) GetTimeZoneOffset() int64
- func (o *User) GetTimeZoneOffsetOk() (*int64, bool)
- func (o *User) GetTimeZoneOk() (*TimeZone, bool)
- func (o *User) GetTimestamp() int64
- func (o *User) GetTimestampOk() (*int64, bool)
- func (o *User) GetURL() string
- func (o *User) GetURLOk() (*string, bool)
- func (o *User) GetUsername() string
- func (o *User) GetUsernameOk() (*string, bool)
- func (o *User) HasAvatars() bool
- func (o *User) HasDateStyle() bool
- func (o *User) HasDeleted() bool
- func (o *User) HasEmailAddress() bool
- func (o *User) HasEmailFrequencyOnNewComment() bool
- func (o *User) HasEmailFrequencyOnNewEmotion() bool
- func (o *User) HasEmailMarketingOptOut() bool
- func (o *User) HasEmailOptOut() bool
- func (o *User) HasEmailWeeklySummary() bool
- func (o *User) HasExternalProviderRef() bool
- func (o *User) HasFacebookId() bool
- func (o *User) HasFirstLoggedInTimestamp() bool
- func (o *User) HasFirstName() bool
- func (o *User) HasFullName() bool
- func (o *User) HasHasMemoriesAccess() bool
- func (o *User) HasId() bool
- func (o *User) HasInstagramId() bool
- func (o *User) HasInstagramUsername() bool
- func (o *User) HasLastEmailOpenTimestamp() bool
- func (o *User) HasLastLoggedInTimestamp() bool
- func (o *User) HasLastName() bool
- func (o *User) HasLastUpdatedTimestamp() bool
- func (o *User) HasMeasurementSystem() bool
- func (o *User) HasPublicUsername() bool
- func (o *User) HasReferralCode() bool
- func (o *User) HasReferralUrl() bool
- func (o *User) HasTimeZone() bool
- func (o *User) HasTimeZoneOffset() bool
- func (o *User) HasTimestamp() bool
- func (o *User) HasURL() bool
- func (o *User) HasUsername() bool
- func (o User) MarshalJSON() ([]byte, error)
- func (o *User) SetAvatars(v Avatars)
- func (o *User) SetDateStyle(v DateStyle)
- func (o *User) SetDeleted(v bool)
- func (o *User) SetEmailAddress(v string)
- func (o *User) SetEmailFrequencyOnNewComment(v EmailFrequency)
- func (o *User) SetEmailFrequencyOnNewEmotion(v EmailFrequency)
- func (o *User) SetEmailMarketingOptOut(v bool)
- func (o *User) SetEmailOptOut(v bool)
- func (o *User) SetEmailWeeklySummary(v bool)
- func (o *User) SetExternalProviderRef(v string)
- func (o *User) SetFacebookId(v string)
- func (o *User) SetFirstLoggedInTimestamp(v int64)
- func (o *User) SetFirstName(v string)
- func (o *User) SetFullName(v string)
- func (o *User) SetHasMemoriesAccess(v bool)
- func (o *User) SetId(v int64)
- func (o *User) SetInstagramId(v string)
- func (o *User) SetInstagramUsername(v string)
- func (o *User) SetLastEmailOpenTimestamp(v int64)
- func (o *User) SetLastLoggedInTimestamp(v int64)
- func (o *User) SetLastName(v string)
- func (o *User) SetLastUpdatedTimestamp(v int64)
- func (o *User) SetMeasurementSystem(v MeasurementSystem)
- func (o *User) SetPublicUsername(v string)
- func (o *User) SetReferralCode(v string)
- func (o *User) SetReferralUrl(v string)
- func (o *User) SetTimeZone(v TimeZone)
- func (o *User) SetTimeZoneOffset(v int64)
- func (o *User) SetTimestamp(v int64)
- func (o *User) SetURL(v string)
- func (o *User) SetUsername(v string)
- type UsersMe
- func (o *UsersMe) GetStatus() string
- func (o *UsersMe) GetStatusOk() (*string, bool)
- func (o *UsersMe) GetUser() User
- func (o *UsersMe) GetUserOk() (*User, bool)
- func (o *UsersMe) HasStatus() bool
- func (o *UsersMe) HasUser() bool
- func (o UsersMe) MarshalJSON() ([]byte, error)
- func (o *UsersMe) SetStatus(v string)
- func (o *UsersMe) SetUser(v User)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request. ContextHttpSignatureAuth = contextKey("httpsignature") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { AuthApi AuthApi FollowingsApi FollowingsApi JournalsApi JournalsApi // contains filtered or unexported fields }
APIClient manages communication with the Tinybeans API - Unofficial API v0.1.1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiFollowingsRequest ¶
type ApiFollowingsRequest struct { ApiService FollowingsApi // contains filtered or unexported fields }
func (ApiFollowingsRequest) Execute ¶
func (r ApiFollowingsRequest) Execute() (*Followings, *http.Response, error)
type ApiJournalEntriesRequest ¶
type ApiJournalEntriesRequest struct { ApiService JournalsApi // contains filtered or unexported fields }
func (ApiJournalEntriesRequest) Execute ¶
func (r ApiJournalEntriesRequest) Execute() (*Entries, *http.Response, error)
func (ApiJournalEntriesRequest) FetchSize ¶
func (r ApiJournalEntriesRequest) FetchSize(fetchSize int64) ApiJournalEntriesRequest
How many to fetch
func (ApiJournalEntriesRequest) IdsOnly ¶
func (r ApiJournalEntriesRequest) IdsOnly(idsOnly int64) ApiJournalEntriesRequest
ID's Only?
func (ApiJournalEntriesRequest) Last ¶
func (r ApiJournalEntriesRequest) Last(last int64) ApiJournalEntriesRequest
Last (timestamp) you viewed [non inclusive]
func (ApiJournalEntriesRequest) Since ¶
func (r ApiJournalEntriesRequest) Since(since int64) ApiJournalEntriesRequest
Since (timestamp) most recent (timestamp) you know about [inclusive]
type ApiJournalsRequest ¶
type ApiJournalsRequest struct { ApiService JournalsApi // contains filtered or unexported fields }
type ApiLoginRequest ¶
type ApiLoginRequest struct { ApiService AuthApi // contains filtered or unexported fields }
func (ApiLoginRequest) AuthenticateRequst ¶
func (r ApiLoginRequest) AuthenticateRequst(authenticateRequst AuthenticateRequst) ApiLoginRequest
Login Information
func (ApiLoginRequest) Execute ¶
func (r ApiLoginRequest) Execute() (*AuthenticateResponse, *http.Response, error)
type ApiUsersMeRequest ¶
type ApiUsersMeRequest struct { ApiService AuthApi // contains filtered or unexported fields }
type AuthApi ¶
type AuthApi interface { /* Login Login to Tinybeans @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiLoginRequest */ Login(ctx context.Context) ApiLoginRequest // LoginExecute executes the request // @return AuthenticateResponse LoginExecute(r ApiLoginRequest) (*AuthenticateResponse, *http.Response, error) /* UsersMe Check to Tinybeans @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUsersMeRequest */ UsersMe(ctx context.Context) ApiUsersMeRequest // UsersMeExecute executes the request // @return UsersMe UsersMeExecute(r ApiUsersMeRequest) (*UsersMe, *http.Response, error) }
type AuthApiService ¶
type AuthApiService service
AuthApiService AuthApi service
func (*AuthApiService) Login ¶
func (a *AuthApiService) Login(ctx context.Context) ApiLoginRequest
Login Login to Tinybeans
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiLoginRequest
func (*AuthApiService) LoginExecute ¶
func (a *AuthApiService) LoginExecute(r ApiLoginRequest) (*AuthenticateResponse, *http.Response, error)
Execute executes the request
@return AuthenticateResponse
func (*AuthApiService) UsersMe ¶
func (a *AuthApiService) UsersMe(ctx context.Context) ApiUsersMeRequest
UsersMe Check to Tinybeans
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUsersMeRequest
func (*AuthApiService) UsersMeExecute ¶
func (a *AuthApiService) UsersMeExecute(r ApiUsersMeRequest) (*UsersMe, *http.Response, error)
Execute executes the request
@return UsersMe
type AuthenticateRequst ¶
type AuthenticateRequst struct { ClientId *string `json:"clientId,omitempty"` DeviceId *string `json:"deviceId,omitempty"` InviteToken *string `json:"inviteToken,omitempty"` Password *string `json:"password,omitempty"` RememberMe *bool `json:"rememberMe,omitempty"` Username *string `json:"username,omitempty"` }
AuthenticateRequst struct for AuthenticateRequst
func NewAuthenticateRequst ¶
func NewAuthenticateRequst() *AuthenticateRequst
NewAuthenticateRequst instantiates a new AuthenticateRequst 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 NewAuthenticateRequstWithDefaults ¶
func NewAuthenticateRequstWithDefaults() *AuthenticateRequst
NewAuthenticateRequstWithDefaults instantiates a new AuthenticateRequst 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 (*AuthenticateRequst) GetClientId ¶
func (o *AuthenticateRequst) GetClientId() string
GetClientId returns the ClientId field value if set, zero value otherwise.
func (*AuthenticateRequst) GetClientIdOk ¶
func (o *AuthenticateRequst) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthenticateRequst) GetDeviceId ¶
func (o *AuthenticateRequst) GetDeviceId() string
GetDeviceId returns the DeviceId field value if set, zero value otherwise.
func (*AuthenticateRequst) GetDeviceIdOk ¶
func (o *AuthenticateRequst) GetDeviceIdOk() (*string, bool)
GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthenticateRequst) GetInviteToken ¶
func (o *AuthenticateRequst) GetInviteToken() string
GetInviteToken returns the InviteToken field value if set, zero value otherwise.
func (*AuthenticateRequst) GetInviteTokenOk ¶
func (o *AuthenticateRequst) GetInviteTokenOk() (*string, bool)
GetInviteTokenOk returns a tuple with the InviteToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthenticateRequst) GetPassword ¶
func (o *AuthenticateRequst) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*AuthenticateRequst) GetPasswordOk ¶
func (o *AuthenticateRequst) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthenticateRequst) GetRememberMe ¶
func (o *AuthenticateRequst) GetRememberMe() bool
GetRememberMe returns the RememberMe field value if set, zero value otherwise.
func (*AuthenticateRequst) GetRememberMeOk ¶
func (o *AuthenticateRequst) GetRememberMeOk() (*bool, bool)
GetRememberMeOk returns a tuple with the RememberMe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthenticateRequst) GetUsername ¶
func (o *AuthenticateRequst) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*AuthenticateRequst) GetUsernameOk ¶
func (o *AuthenticateRequst) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthenticateRequst) HasClientId ¶
func (o *AuthenticateRequst) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (*AuthenticateRequst) HasDeviceId ¶
func (o *AuthenticateRequst) HasDeviceId() bool
HasDeviceId returns a boolean if a field has been set.
func (*AuthenticateRequst) HasInviteToken ¶
func (o *AuthenticateRequst) HasInviteToken() bool
HasInviteToken returns a boolean if a field has been set.
func (*AuthenticateRequst) HasPassword ¶
func (o *AuthenticateRequst) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*AuthenticateRequst) HasRememberMe ¶
func (o *AuthenticateRequst) HasRememberMe() bool
HasRememberMe returns a boolean if a field has been set.
func (*AuthenticateRequst) HasUsername ¶
func (o *AuthenticateRequst) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (AuthenticateRequst) MarshalJSON ¶
func (o AuthenticateRequst) MarshalJSON() ([]byte, error)
func (*AuthenticateRequst) SetClientId ¶
func (o *AuthenticateRequst) SetClientId(v string)
SetClientId gets a reference to the given string and assigns it to the ClientId field.
func (*AuthenticateRequst) SetDeviceId ¶
func (o *AuthenticateRequst) SetDeviceId(v string)
SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.
func (*AuthenticateRequst) SetInviteToken ¶
func (o *AuthenticateRequst) SetInviteToken(v string)
SetInviteToken gets a reference to the given string and assigns it to the InviteToken field.
func (*AuthenticateRequst) SetPassword ¶
func (o *AuthenticateRequst) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*AuthenticateRequst) SetRememberMe ¶
func (o *AuthenticateRequst) SetRememberMe(v bool)
SetRememberMe gets a reference to the given bool and assigns it to the RememberMe field.
func (*AuthenticateRequst) SetUsername ¶
func (o *AuthenticateRequst) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
type AuthenticateResponse ¶
type AuthenticateResponse struct { AccessToken *string `json:"accessToken,omitempty"` DidCreateUser *bool `json:"didCreateUser,omitempty"` Status *string `json:"status,omitempty"` User *User `json:"user,omitempty"` }
AuthenticateResponse struct for AuthenticateResponse
func NewAuthenticateResponse ¶
func NewAuthenticateResponse() *AuthenticateResponse
NewAuthenticateResponse instantiates a new AuthenticateResponse 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 NewAuthenticateResponseWithDefaults ¶
func NewAuthenticateResponseWithDefaults() *AuthenticateResponse
NewAuthenticateResponseWithDefaults instantiates a new AuthenticateResponse 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 (*AuthenticateResponse) GetAccessToken ¶
func (o *AuthenticateResponse) GetAccessToken() string
GetAccessToken returns the AccessToken field value if set, zero value otherwise.
func (*AuthenticateResponse) GetAccessTokenOk ¶
func (o *AuthenticateResponse) GetAccessTokenOk() (*string, bool)
GetAccessTokenOk returns a tuple with the AccessToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthenticateResponse) GetDidCreateUser ¶
func (o *AuthenticateResponse) GetDidCreateUser() bool
GetDidCreateUser returns the DidCreateUser field value if set, zero value otherwise.
func (*AuthenticateResponse) GetDidCreateUserOk ¶
func (o *AuthenticateResponse) GetDidCreateUserOk() (*bool, bool)
GetDidCreateUserOk returns a tuple with the DidCreateUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthenticateResponse) GetStatus ¶
func (o *AuthenticateResponse) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*AuthenticateResponse) GetStatusOk ¶
func (o *AuthenticateResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthenticateResponse) GetUser ¶
func (o *AuthenticateResponse) GetUser() User
GetUser returns the User field value if set, zero value otherwise.
func (*AuthenticateResponse) GetUserOk ¶
func (o *AuthenticateResponse) GetUserOk() (*User, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthenticateResponse) HasAccessToken ¶
func (o *AuthenticateResponse) HasAccessToken() bool
HasAccessToken returns a boolean if a field has been set.
func (*AuthenticateResponse) HasDidCreateUser ¶
func (o *AuthenticateResponse) HasDidCreateUser() bool
HasDidCreateUser returns a boolean if a field has been set.
func (*AuthenticateResponse) HasStatus ¶
func (o *AuthenticateResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*AuthenticateResponse) HasUser ¶
func (o *AuthenticateResponse) HasUser() bool
HasUser returns a boolean if a field has been set.
func (AuthenticateResponse) MarshalJSON ¶
func (o AuthenticateResponse) MarshalJSON() ([]byte, error)
func (*AuthenticateResponse) SetAccessToken ¶
func (o *AuthenticateResponse) SetAccessToken(v string)
SetAccessToken gets a reference to the given string and assigns it to the AccessToken field.
func (*AuthenticateResponse) SetDidCreateUser ¶
func (o *AuthenticateResponse) SetDidCreateUser(v bool)
SetDidCreateUser gets a reference to the given bool and assigns it to the DidCreateUser field.
func (*AuthenticateResponse) SetStatus ¶
func (o *AuthenticateResponse) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*AuthenticateResponse) SetUser ¶
func (o *AuthenticateResponse) SetUser(v User)
SetUser gets a reference to the given User and assigns it to the User field.
type Avatars ¶
type Avatars struct { L *string `json:"l,omitempty"` M *string `json:"m,omitempty"` O *string `json:"o,omitempty"` S *string `json:"s,omitempty"` }
Avatars struct for Avatars
func NewAvatars ¶
func NewAvatars() *Avatars
NewAvatars instantiates a new Avatars 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 NewAvatarsWithDefaults ¶
func NewAvatarsWithDefaults() *Avatars
NewAvatarsWithDefaults instantiates a new Avatars 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 (*Avatars) GetLOk ¶
GetLOk returns a tuple with the L field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Avatars) GetMOk ¶
GetMOk returns a tuple with the M field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Avatars) GetOOk ¶
GetOOk returns a tuple with the O field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Avatars) GetSOk ¶
GetSOk returns a tuple with the S field value if set, nil otherwise and a boolean to check if the value has been set.
func (Avatars) MarshalJSON ¶
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Blob ¶
type Blob struct { O *string `json:"o,omitempty"` O2 *string `json:"o2,omitempty"` T *string `json:"t,omitempty"` S *string `json:"s,omitempty"` S2 *string `json:"s2,omitempty"` M *string `json:"m,omitempty"` L *string `json:"l,omitempty"` P *string `json:"p,omitempty"` }
Blob struct for Blob
func NewBlob ¶
func NewBlob() *Blob
NewBlob instantiates a new Blob 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 NewBlobWithDefaults ¶
func NewBlobWithDefaults() *Blob
NewBlobWithDefaults instantiates a new Blob 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 (*Blob) GetLOk ¶
GetLOk returns a tuple with the L field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Blob) GetMOk ¶
GetMOk returns a tuple with the M field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Blob) GetO2Ok ¶
GetO2Ok returns a tuple with the O2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Blob) GetOOk ¶
GetOOk returns a tuple with the O field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Blob) GetPOk ¶
GetPOk returns a tuple with the P field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Blob) GetS2Ok ¶
GetS2Ok returns a tuple with the S2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Blob) GetSOk ¶
GetSOk returns a tuple with the S field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Blob) GetTOk ¶
GetTOk returns a tuple with the T field value if set, nil otherwise and a boolean to check if the value has been set.
func (Blob) MarshalJSON ¶
type Child ¶
type Child struct { URL *string `json:"URL,omitempty"` Id *int64 `json:"id,omitempty"` FirstName *string `json:"firstName,omitempty"` LastName *string `json:"lastName,omitempty"` FullName *string `json:"fullName,omitempty"` Gender *string `json:"gender,omitempty"` Dob *string `json:"dob,omitempty"` Timestamp *int64 `json:"timestamp,omitempty"` LastUpdatedTimestamp *int64 `json:"lastUpdatedTimestamp,omitempty"` Avatars *Avatars `json:"avatars,omitempty"` Deleted *bool `json:"deleted,omitempty"` User *User `json:"user,omitempty"` }
Child struct for Child
func NewChild ¶
func NewChild() *Child
NewChild instantiates a new Child 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 NewChildWithDefaults ¶
func NewChildWithDefaults() *Child
NewChildWithDefaults instantiates a new Child 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 (*Child) GetAvatars ¶
GetAvatars returns the Avatars field value if set, zero value otherwise.
func (*Child) GetAvatarsOk ¶
GetAvatarsOk returns a tuple with the Avatars field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Child) GetDeleted ¶
GetDeleted returns the Deleted field value if set, zero value otherwise.
func (*Child) GetDeletedOk ¶
GetDeletedOk returns a tuple with the Deleted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Child) GetDobOk ¶
GetDobOk returns a tuple with the Dob field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Child) GetFirstName ¶
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*Child) GetFirstNameOk ¶
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Child) GetFullName ¶
GetFullName returns the FullName field value if set, zero value otherwise.
func (*Child) GetFullNameOk ¶
GetFullNameOk returns a tuple with the FullName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Child) GetGenderOk ¶
GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Child) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Child) GetLastName ¶
GetLastName returns the LastName field value if set, zero value otherwise.
func (*Child) GetLastNameOk ¶
GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Child) GetLastUpdatedTimestamp ¶
GetLastUpdatedTimestamp returns the LastUpdatedTimestamp field value if set, zero value otherwise.
func (*Child) GetLastUpdatedTimestampOk ¶
GetLastUpdatedTimestampOk returns a tuple with the LastUpdatedTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Child) GetTimestamp ¶
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*Child) GetTimestampOk ¶
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Child) GetURLOk ¶
GetURLOk returns a tuple with the URL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Child) GetUserOk ¶
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Child) HasAvatars ¶
HasAvatars returns a boolean if a field has been set.
func (*Child) HasDeleted ¶
HasDeleted returns a boolean if a field has been set.
func (*Child) HasFirstName ¶
HasFirstName returns a boolean if a field has been set.
func (*Child) HasFullName ¶
HasFullName returns a boolean if a field has been set.
func (*Child) HasLastName ¶
HasLastName returns a boolean if a field has been set.
func (*Child) HasLastUpdatedTimestamp ¶
HasLastUpdatedTimestamp returns a boolean if a field has been set.
func (*Child) HasTimestamp ¶
HasTimestamp returns a boolean if a field has been set.
func (Child) MarshalJSON ¶
func (*Child) SetAvatars ¶
SetAvatars gets a reference to the given Avatars and assigns it to the Avatars field.
func (*Child) SetDeleted ¶
SetDeleted gets a reference to the given bool and assigns it to the Deleted field.
func (*Child) SetFirstName ¶
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*Child) SetFullName ¶
SetFullName gets a reference to the given string and assigns it to the FullName field.
func (*Child) SetGender ¶
SetGender gets a reference to the given string and assigns it to the Gender field.
func (*Child) SetLastName ¶
SetLastName gets a reference to the given string and assigns it to the LastName field.
func (*Child) SetLastUpdatedTimestamp ¶
SetLastUpdatedTimestamp gets a reference to the given int64 and assigns it to the LastUpdatedTimestamp field.
func (*Child) SetTimestamp ¶
SetTimestamp gets a reference to the given int64 and assigns it to the Timestamp field.
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CoverTheme ¶
type CoverTheme struct { Name *string `json:"name,omitempty"` Label *string `json:"label,omitempty"` Url *string `json:"url,omitempty"` }
CoverTheme struct for CoverTheme
func NewCoverTheme ¶
func NewCoverTheme() *CoverTheme
NewCoverTheme instantiates a new CoverTheme 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 NewCoverThemeWithDefaults ¶
func NewCoverThemeWithDefaults() *CoverTheme
NewCoverThemeWithDefaults instantiates a new CoverTheme 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 (*CoverTheme) GetLabel ¶
func (o *CoverTheme) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*CoverTheme) GetLabelOk ¶
func (o *CoverTheme) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CoverTheme) GetName ¶
func (o *CoverTheme) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CoverTheme) GetNameOk ¶
func (o *CoverTheme) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CoverTheme) GetUrl ¶
func (o *CoverTheme) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*CoverTheme) GetUrlOk ¶
func (o *CoverTheme) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CoverTheme) HasLabel ¶
func (o *CoverTheme) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*CoverTheme) HasName ¶
func (o *CoverTheme) HasName() bool
HasName returns a boolean if a field has been set.
func (*CoverTheme) HasUrl ¶
func (o *CoverTheme) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (CoverTheme) MarshalJSON ¶
func (o CoverTheme) MarshalJSON() ([]byte, error)
func (*CoverTheme) SetLabel ¶
func (o *CoverTheme) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*CoverTheme) SetName ¶
func (o *CoverTheme) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*CoverTheme) SetUrl ¶
func (o *CoverTheme) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
type Cycle ¶
type Cycle struct { DisplayName *string `json:"displayName,omitempty"` CalendarInt *float32 `json:"calendarInt,omitempty"` ReminderInDays *float32 `json:"reminderInDays,omitempty"` GracePeriodInDays *float32 `json:"gracePeriodInDays,omitempty"` }
Cycle struct for Cycle
func NewCycle ¶
func NewCycle() *Cycle
NewCycle instantiates a new Cycle 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 NewCycleWithDefaults ¶
func NewCycleWithDefaults() *Cycle
NewCycleWithDefaults instantiates a new Cycle 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 (*Cycle) GetCalendarInt ¶
GetCalendarInt returns the CalendarInt field value if set, zero value otherwise.
func (*Cycle) GetCalendarIntOk ¶
GetCalendarIntOk returns a tuple with the CalendarInt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Cycle) GetDisplayName ¶
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*Cycle) GetDisplayNameOk ¶
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Cycle) GetGracePeriodInDays ¶
GetGracePeriodInDays returns the GracePeriodInDays field value if set, zero value otherwise.
func (*Cycle) GetGracePeriodInDaysOk ¶
GetGracePeriodInDaysOk returns a tuple with the GracePeriodInDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Cycle) GetReminderInDays ¶
GetReminderInDays returns the ReminderInDays field value if set, zero value otherwise.
func (*Cycle) GetReminderInDaysOk ¶
GetReminderInDaysOk returns a tuple with the ReminderInDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Cycle) HasCalendarInt ¶
HasCalendarInt returns a boolean if a field has been set.
func (*Cycle) HasDisplayName ¶
HasDisplayName returns a boolean if a field has been set.
func (*Cycle) HasGracePeriodInDays ¶
HasGracePeriodInDays returns a boolean if a field has been set.
func (*Cycle) HasReminderInDays ¶
HasReminderInDays returns a boolean if a field has been set.
func (Cycle) MarshalJSON ¶
func (*Cycle) SetCalendarInt ¶
SetCalendarInt gets a reference to the given float32 and assigns it to the CalendarInt field.
func (*Cycle) SetDisplayName ¶
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*Cycle) SetGracePeriodInDays ¶
SetGracePeriodInDays gets a reference to the given float32 and assigns it to the GracePeriodInDays field.
func (*Cycle) SetReminderInDays ¶
SetReminderInDays gets a reference to the given float32 and assigns it to the ReminderInDays field.
type DateStyle ¶
type DateStyle struct { Format *string `json:"format,omitempty"` Label *string `json:"label,omitempty"` Name *string `json:"name,omitempty"` }
DateStyle struct for DateStyle
func NewDateStyle ¶
func NewDateStyle() *DateStyle
NewDateStyle instantiates a new DateStyle 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 NewDateStyleWithDefaults ¶
func NewDateStyleWithDefaults() *DateStyle
NewDateStyleWithDefaults instantiates a new DateStyle 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 (*DateStyle) GetFormat ¶
GetFormat returns the Format field value if set, zero value otherwise.
func (*DateStyle) GetFormatOk ¶
GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DateStyle) GetLabelOk ¶
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DateStyle) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (DateStyle) MarshalJSON ¶
func (*DateStyle) SetFormat ¶
SetFormat gets a reference to the given string and assigns it to the Format field.
type EmailFrequency ¶
type EmailFrequency struct { Label *string `json:"label,omitempty"` Name *string `json:"name,omitempty"` }
EmailFrequency struct for EmailFrequency
func NewEmailFrequency ¶
func NewEmailFrequency() *EmailFrequency
NewEmailFrequency instantiates a new EmailFrequency 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 NewEmailFrequencyWithDefaults ¶
func NewEmailFrequencyWithDefaults() *EmailFrequency
NewEmailFrequencyWithDefaults instantiates a new EmailFrequency 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 (*EmailFrequency) GetLabel ¶
func (o *EmailFrequency) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*EmailFrequency) GetLabelOk ¶
func (o *EmailFrequency) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmailFrequency) GetName ¶
func (o *EmailFrequency) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*EmailFrequency) GetNameOk ¶
func (o *EmailFrequency) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmailFrequency) HasLabel ¶
func (o *EmailFrequency) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*EmailFrequency) HasName ¶
func (o *EmailFrequency) HasName() bool
HasName returns a boolean if a field has been set.
func (EmailFrequency) MarshalJSON ¶
func (o EmailFrequency) MarshalJSON() ([]byte, error)
func (*EmailFrequency) SetLabel ¶
func (o *EmailFrequency) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*EmailFrequency) SetName ¶
func (o *EmailFrequency) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type Emotion ¶
type Emotion struct { URL *string `json:"URL,omitempty"` Id *int64 `json:"id,omitempty"` Type *EmotionType `json:"type,omitempty"` Timestamp *int64 `json:"timestamp,omitempty"` LastUpdatedTimestamp *int64 `json:"lastUpdatedTimestamp,omitempty"` Deleted *bool `json:"deleted,omitempty"` EntryId *int64 `json:"entryId,omitempty"` UserId *int64 `json:"userId,omitempty"` }
Emotion struct for Emotion
func NewEmotion ¶
func NewEmotion() *Emotion
NewEmotion instantiates a new Emotion 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 NewEmotionWithDefaults ¶
func NewEmotionWithDefaults() *Emotion
NewEmotionWithDefaults instantiates a new Emotion 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 (*Emotion) GetDeleted ¶
GetDeleted returns the Deleted field value if set, zero value otherwise.
func (*Emotion) GetDeletedOk ¶
GetDeletedOk returns a tuple with the Deleted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Emotion) GetEntryId ¶
GetEntryId returns the EntryId field value if set, zero value otherwise.
func (*Emotion) GetEntryIdOk ¶
GetEntryIdOk returns a tuple with the EntryId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Emotion) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Emotion) GetLastUpdatedTimestamp ¶
GetLastUpdatedTimestamp returns the LastUpdatedTimestamp field value if set, zero value otherwise.
func (*Emotion) GetLastUpdatedTimestampOk ¶
GetLastUpdatedTimestampOk returns a tuple with the LastUpdatedTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Emotion) GetTimestamp ¶
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*Emotion) GetTimestampOk ¶
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Emotion) GetType ¶
func (o *Emotion) GetType() EmotionType
GetType returns the Type field value if set, zero value otherwise.
func (*Emotion) GetTypeOk ¶
func (o *Emotion) GetTypeOk() (*EmotionType, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Emotion) GetURLOk ¶
GetURLOk returns a tuple with the URL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Emotion) GetUserIdOk ¶
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Emotion) HasDeleted ¶
HasDeleted returns a boolean if a field has been set.
func (*Emotion) HasEntryId ¶
HasEntryId returns a boolean if a field has been set.
func (*Emotion) HasLastUpdatedTimestamp ¶
HasLastUpdatedTimestamp returns a boolean if a field has been set.
func (*Emotion) HasTimestamp ¶
HasTimestamp returns a boolean if a field has been set.
func (Emotion) MarshalJSON ¶
func (*Emotion) SetDeleted ¶
SetDeleted gets a reference to the given bool and assigns it to the Deleted field.
func (*Emotion) SetEntryId ¶
SetEntryId gets a reference to the given int64 and assigns it to the EntryId field.
func (*Emotion) SetLastUpdatedTimestamp ¶
SetLastUpdatedTimestamp gets a reference to the given int64 and assigns it to the LastUpdatedTimestamp field.
func (*Emotion) SetTimestamp ¶
SetTimestamp gets a reference to the given int64 and assigns it to the Timestamp field.
func (*Emotion) SetType ¶
func (o *Emotion) SetType(v EmotionType)
SetType gets a reference to the given EmotionType and assigns it to the Type field.
type EmotionType ¶
type EmotionType struct { Name *string `json:"name,omitempty"` Label *string `json:"label,omitempty"` }
EmotionType struct for EmotionType
func NewEmotionType ¶
func NewEmotionType() *EmotionType
NewEmotionType instantiates a new EmotionType 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 NewEmotionTypeWithDefaults ¶
func NewEmotionTypeWithDefaults() *EmotionType
NewEmotionTypeWithDefaults instantiates a new EmotionType 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 (*EmotionType) GetLabel ¶
func (o *EmotionType) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*EmotionType) GetLabelOk ¶
func (o *EmotionType) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmotionType) GetName ¶
func (o *EmotionType) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*EmotionType) GetNameOk ¶
func (o *EmotionType) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmotionType) HasLabel ¶
func (o *EmotionType) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*EmotionType) HasName ¶
func (o *EmotionType) HasName() bool
HasName returns a boolean if a field has been set.
func (EmotionType) MarshalJSON ¶
func (o EmotionType) MarshalJSON() ([]byte, error)
func (*EmotionType) SetLabel ¶
func (o *EmotionType) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*EmotionType) SetName ¶
func (o *EmotionType) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type Entries ¶
type Entries struct { Status *string `json:"status,omitempty"` NumEntriesRemaining *int64 `json:"numEntriesRemaining,omitempty"` Entries []Entry `json:"entries,omitempty"` }
Entries struct for Entries
func NewEntries ¶
func NewEntries() *Entries
NewEntries instantiates a new Entries 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 NewEntriesWithDefaults ¶
func NewEntriesWithDefaults() *Entries
NewEntriesWithDefaults instantiates a new Entries 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 (*Entries) GetEntries ¶
GetEntries returns the Entries field value if set, zero value otherwise.
func (*Entries) GetEntriesOk ¶
GetEntriesOk returns a tuple with the Entries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entries) GetNumEntriesRemaining ¶
GetNumEntriesRemaining returns the NumEntriesRemaining field value if set, zero value otherwise.
func (*Entries) GetNumEntriesRemainingOk ¶
GetNumEntriesRemainingOk returns a tuple with the NumEntriesRemaining field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entries) GetStatusOk ¶
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entries) HasEntries ¶
HasEntries returns a boolean if a field has been set.
func (*Entries) HasNumEntriesRemaining ¶
HasNumEntriesRemaining returns a boolean if a field has been set.
func (Entries) MarshalJSON ¶
func (*Entries) SetEntries ¶
SetEntries gets a reference to the given []Entry and assigns it to the Entries field.
func (*Entries) SetNumEntriesRemaining ¶
SetNumEntriesRemaining gets a reference to the given int64 and assigns it to the NumEntriesRemaining field.
type Entry ¶
type Entry struct { URL *string `json:"URL,omitempty"` Id *int64 `json:"id,omitempty"` Deleted *bool `json:"deleted,omitempty"` PrivateMode *bool `json:"privateMode,omitempty"` Uuid *string `json:"uuid,omitempty"` ClientRef *string `json:"clientRef,omitempty"` Type *string `json:"type,omitempty"` Year *int64 `json:"year,omitempty"` Month *int64 `json:"month,omitempty"` Day *int64 `json:"day,omitempty"` Caption *string `json:"caption,omitempty"` Timestamp *int64 `json:"timestamp,omitempty"` LastUpdatedTimestamp *int64 `json:"lastUpdatedTimestamp,omitempty"` Blobs *Blob `json:"blobs,omitempty"` JournalId *int64 `json:"journalId,omitempty"` UserId *int64 `json:"userId,omitempty"` Emotions []Emotion `json:"emotions,omitempty"` }
Entry struct for Entry
func NewEntry ¶
func NewEntry() *Entry
NewEntry instantiates a new Entry 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 NewEntryWithDefaults ¶
func NewEntryWithDefaults() *Entry
NewEntryWithDefaults instantiates a new Entry 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 (*Entry) GetBlobsOk ¶
GetBlobsOk returns a tuple with the Blobs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) GetCaption ¶
GetCaption returns the Caption field value if set, zero value otherwise.
func (*Entry) GetCaptionOk ¶
GetCaptionOk returns a tuple with the Caption field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) GetClientRef ¶
GetClientRef returns the ClientRef field value if set, zero value otherwise.
func (*Entry) GetClientRefOk ¶
GetClientRefOk returns a tuple with the ClientRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) GetDayOk ¶
GetDayOk returns a tuple with the Day field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) GetDeleted ¶
GetDeleted returns the Deleted field value if set, zero value otherwise.
func (*Entry) GetDeletedOk ¶
GetDeletedOk returns a tuple with the Deleted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) GetEmotions ¶
GetEmotions returns the Emotions field value if set, zero value otherwise.
func (*Entry) GetEmotionsOk ¶
GetEmotionsOk returns a tuple with the Emotions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) GetJournalId ¶
GetJournalId returns the JournalId field value if set, zero value otherwise.
func (*Entry) GetJournalIdOk ¶
GetJournalIdOk returns a tuple with the JournalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) GetLastUpdatedTimestamp ¶
GetLastUpdatedTimestamp returns the LastUpdatedTimestamp field value if set, zero value otherwise.
func (*Entry) GetLastUpdatedTimestampOk ¶
GetLastUpdatedTimestampOk returns a tuple with the LastUpdatedTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) GetMonthOk ¶
GetMonthOk returns a tuple with the Month field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) GetPrivateMode ¶
GetPrivateMode returns the PrivateMode field value if set, zero value otherwise.
func (*Entry) GetPrivateModeOk ¶
GetPrivateModeOk returns a tuple with the PrivateMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) GetTimestamp ¶
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*Entry) GetTimestampOk ¶
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) GetURLOk ¶
GetURLOk returns a tuple with the URL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) GetUserIdOk ¶
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) GetUuidOk ¶
GetUuidOk returns a tuple with the Uuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) GetYearOk ¶
GetYearOk returns a tuple with the Year field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Entry) HasCaption ¶
HasCaption returns a boolean if a field has been set.
func (*Entry) HasClientRef ¶
HasClientRef returns a boolean if a field has been set.
func (*Entry) HasDeleted ¶
HasDeleted returns a boolean if a field has been set.
func (*Entry) HasEmotions ¶
HasEmotions returns a boolean if a field has been set.
func (*Entry) HasJournalId ¶
HasJournalId returns a boolean if a field has been set.
func (*Entry) HasLastUpdatedTimestamp ¶
HasLastUpdatedTimestamp returns a boolean if a field has been set.
func (*Entry) HasPrivateMode ¶
HasPrivateMode returns a boolean if a field has been set.
func (*Entry) HasTimestamp ¶
HasTimestamp returns a boolean if a field has been set.
func (Entry) MarshalJSON ¶
func (*Entry) SetBlobs ¶
SetBlobs gets a reference to the given Blob and assigns it to the Blobs field.
func (*Entry) SetCaption ¶
SetCaption gets a reference to the given string and assigns it to the Caption field.
func (*Entry) SetClientRef ¶
SetClientRef gets a reference to the given string and assigns it to the ClientRef field.
func (*Entry) SetDeleted ¶
SetDeleted gets a reference to the given bool and assigns it to the Deleted field.
func (*Entry) SetEmotions ¶
SetEmotions gets a reference to the given []Emotion and assigns it to the Emotions field.
func (*Entry) SetJournalId ¶
SetJournalId gets a reference to the given int64 and assigns it to the JournalId field.
func (*Entry) SetLastUpdatedTimestamp ¶
SetLastUpdatedTimestamp gets a reference to the given int64 and assigns it to the LastUpdatedTimestamp field.
func (*Entry) SetMonth ¶
SetMonth gets a reference to the given int64 and assigns it to the Month field.
func (*Entry) SetPrivateMode ¶
SetPrivateMode gets a reference to the given bool and assigns it to the PrivateMode field.
func (*Entry) SetTimestamp ¶
SetTimestamp gets a reference to the given int64 and assigns it to the Timestamp field.
func (*Entry) SetType ¶
SetType gets a reference to the given string and assigns it to the Type field.
func (*Entry) SetUserId ¶
SetUserId gets a reference to the given int64 and assigns it to the UserId field.
type Features ¶
type Features struct { URL *string `json:"URL,omitempty"` Id *float32 `json:"id,omitempty"` DateCreated *string `json:"dateCreated,omitempty"` LastUpdated *string `json:"lastUpdated,omitempty"` Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` ScopeMap *string `json:"scopeMap,omitempty"` }
Features struct for Features
func NewFeatures ¶
func NewFeatures() *Features
NewFeatures instantiates a new Features 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 NewFeaturesWithDefaults ¶
func NewFeaturesWithDefaults() *Features
NewFeaturesWithDefaults instantiates a new Features 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 (*Features) GetDateCreated ¶
GetDateCreated returns the DateCreated field value if set, zero value otherwise.
func (*Features) GetDateCreatedOk ¶
GetDateCreatedOk returns a tuple with the DateCreated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Features) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Features) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Features) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Features) GetLastUpdated ¶
GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.
func (*Features) GetLastUpdatedOk ¶
GetLastUpdatedOk returns a tuple with the LastUpdated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Features) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Features) GetScopeMap ¶
GetScopeMap returns the ScopeMap field value if set, zero value otherwise.
func (*Features) GetScopeMapOk ¶
GetScopeMapOk returns a tuple with the ScopeMap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Features) GetURLOk ¶
GetURLOk returns a tuple with the URL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Features) HasDateCreated ¶
HasDateCreated returns a boolean if a field has been set.
func (*Features) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Features) HasLastUpdated ¶
HasLastUpdated returns a boolean if a field has been set.
func (*Features) HasScopeMap ¶
HasScopeMap returns a boolean if a field has been set.
func (Features) MarshalJSON ¶
func (*Features) SetDateCreated ¶
SetDateCreated gets a reference to the given string and assigns it to the DateCreated field.
func (*Features) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Features) SetId ¶
SetId gets a reference to the given float32 and assigns it to the Id field.
func (*Features) SetLastUpdated ¶
SetLastUpdated gets a reference to the given string and assigns it to the LastUpdated field.
func (*Features) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Features) SetScopeMap ¶
SetScopeMap gets a reference to the given string and assigns it to the ScopeMap field.
type Following ¶
type Following struct { URL *string `json:"URL,omitempty"` Id *int64 `json:"id,omitempty"` ViewEntries *bool `json:"viewEntries,omitempty"` AddEntries *bool `json:"addEntries,omitempty"` ViewMilestones *bool `json:"viewMilestones,omitempty"` EditMilestones *bool `json:"editMilestones,omitempty"` CoOwner *bool `json:"coOwner,omitempty"` SortOrder *int64 `json:"sortOrder,omitempty"` SendFlashback *bool `json:"sendFlashback,omitempty"` Relationship *Relationship `json:"relationship,omitempty"` EmailFrequencyOnNewEvent *EmailFrequency `json:"emailFrequencyOnNewEvent,omitempty"` Timestamp *int64 `json:"timestamp,omitempty"` JournalId *int64 `json:"journalId,omitempty"` Journal *Journal `json:"journal,omitempty"` User *User `json:"user,omitempty"` }
Following struct for Following
func NewFollowing ¶
func NewFollowing() *Following
NewFollowing instantiates a new Following 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 NewFollowingWithDefaults ¶
func NewFollowingWithDefaults() *Following
NewFollowingWithDefaults instantiates a new Following 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 (*Following) GetAddEntries ¶
GetAddEntries returns the AddEntries field value if set, zero value otherwise.
func (*Following) GetAddEntriesOk ¶
GetAddEntriesOk returns a tuple with the AddEntries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Following) GetCoOwner ¶
GetCoOwner returns the CoOwner field value if set, zero value otherwise.
func (*Following) GetCoOwnerOk ¶
GetCoOwnerOk returns a tuple with the CoOwner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Following) GetEditMilestones ¶
GetEditMilestones returns the EditMilestones field value if set, zero value otherwise.
func (*Following) GetEditMilestonesOk ¶
GetEditMilestonesOk returns a tuple with the EditMilestones field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Following) GetEmailFrequencyOnNewEvent ¶
func (o *Following) GetEmailFrequencyOnNewEvent() EmailFrequency
GetEmailFrequencyOnNewEvent returns the EmailFrequencyOnNewEvent field value if set, zero value otherwise.
func (*Following) GetEmailFrequencyOnNewEventOk ¶
func (o *Following) GetEmailFrequencyOnNewEventOk() (*EmailFrequency, bool)
GetEmailFrequencyOnNewEventOk returns a tuple with the EmailFrequencyOnNewEvent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Following) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Following) GetJournal ¶
GetJournal returns the Journal field value if set, zero value otherwise.
func (*Following) GetJournalId ¶
GetJournalId returns the JournalId field value if set, zero value otherwise.
func (*Following) GetJournalIdOk ¶
GetJournalIdOk returns a tuple with the JournalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Following) GetJournalOk ¶
GetJournalOk returns a tuple with the Journal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Following) GetRelationship ¶
func (o *Following) GetRelationship() Relationship
GetRelationship returns the Relationship field value if set, zero value otherwise.
func (*Following) GetRelationshipOk ¶
func (o *Following) GetRelationshipOk() (*Relationship, bool)
GetRelationshipOk returns a tuple with the Relationship field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Following) GetSendFlashback ¶
GetSendFlashback returns the SendFlashback field value if set, zero value otherwise.
func (*Following) GetSendFlashbackOk ¶
GetSendFlashbackOk returns a tuple with the SendFlashback field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Following) GetSortOrder ¶
GetSortOrder returns the SortOrder field value if set, zero value otherwise.
func (*Following) GetSortOrderOk ¶
GetSortOrderOk returns a tuple with the SortOrder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Following) GetTimestamp ¶
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*Following) GetTimestampOk ¶
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Following) GetURLOk ¶
GetURLOk returns a tuple with the URL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Following) GetUserOk ¶
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Following) GetViewEntries ¶
GetViewEntries returns the ViewEntries field value if set, zero value otherwise.
func (*Following) GetViewEntriesOk ¶
GetViewEntriesOk returns a tuple with the ViewEntries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Following) GetViewMilestones ¶
GetViewMilestones returns the ViewMilestones field value if set, zero value otherwise.
func (*Following) GetViewMilestonesOk ¶
GetViewMilestonesOk returns a tuple with the ViewMilestones field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Following) HasAddEntries ¶
HasAddEntries returns a boolean if a field has been set.
func (*Following) HasCoOwner ¶
HasCoOwner returns a boolean if a field has been set.
func (*Following) HasEditMilestones ¶
HasEditMilestones returns a boolean if a field has been set.
func (*Following) HasEmailFrequencyOnNewEvent ¶
HasEmailFrequencyOnNewEvent returns a boolean if a field has been set.
func (*Following) HasJournal ¶
HasJournal returns a boolean if a field has been set.
func (*Following) HasJournalId ¶
HasJournalId returns a boolean if a field has been set.
func (*Following) HasRelationship ¶
HasRelationship returns a boolean if a field has been set.
func (*Following) HasSendFlashback ¶
HasSendFlashback returns a boolean if a field has been set.
func (*Following) HasSortOrder ¶
HasSortOrder returns a boolean if a field has been set.
func (*Following) HasTimestamp ¶
HasTimestamp returns a boolean if a field has been set.
func (*Following) HasViewEntries ¶
HasViewEntries returns a boolean if a field has been set.
func (*Following) HasViewMilestones ¶
HasViewMilestones returns a boolean if a field has been set.
func (Following) MarshalJSON ¶
func (*Following) SetAddEntries ¶
SetAddEntries gets a reference to the given bool and assigns it to the AddEntries field.
func (*Following) SetCoOwner ¶
SetCoOwner gets a reference to the given bool and assigns it to the CoOwner field.
func (*Following) SetEditMilestones ¶
SetEditMilestones gets a reference to the given bool and assigns it to the EditMilestones field.
func (*Following) SetEmailFrequencyOnNewEvent ¶
func (o *Following) SetEmailFrequencyOnNewEvent(v EmailFrequency)
SetEmailFrequencyOnNewEvent gets a reference to the given EmailFrequency and assigns it to the EmailFrequencyOnNewEvent field.
func (*Following) SetJournal ¶
SetJournal gets a reference to the given Journal and assigns it to the Journal field.
func (*Following) SetJournalId ¶
SetJournalId gets a reference to the given int64 and assigns it to the JournalId field.
func (*Following) SetRelationship ¶
func (o *Following) SetRelationship(v Relationship)
SetRelationship gets a reference to the given Relationship and assigns it to the Relationship field.
func (*Following) SetSendFlashback ¶
SetSendFlashback gets a reference to the given bool and assigns it to the SendFlashback field.
func (*Following) SetSortOrder ¶
SetSortOrder gets a reference to the given int64 and assigns it to the SortOrder field.
func (*Following) SetTimestamp ¶
SetTimestamp gets a reference to the given int64 and assigns it to the Timestamp field.
func (*Following) SetURL ¶
SetURL gets a reference to the given string and assigns it to the URL field.
func (*Following) SetUser ¶
SetUser gets a reference to the given User and assigns it to the User field.
func (*Following) SetViewEntries ¶
SetViewEntries gets a reference to the given bool and assigns it to the ViewEntries field.
func (*Following) SetViewMilestones ¶
SetViewMilestones gets a reference to the given bool and assigns it to the ViewMilestones field.
type Followings ¶
type Followings struct { Status *string `json:"status,omitempty"` Followings []Following `json:"followings,omitempty"` }
Followings struct for Followings
func NewFollowings ¶
func NewFollowings() *Followings
NewFollowings instantiates a new Followings 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 NewFollowingsWithDefaults ¶
func NewFollowingsWithDefaults() *Followings
NewFollowingsWithDefaults instantiates a new Followings 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 (*Followings) GetFollowings ¶
func (o *Followings) GetFollowings() []Following
GetFollowings returns the Followings field value if set, zero value otherwise.
func (*Followings) GetFollowingsOk ¶
func (o *Followings) GetFollowingsOk() ([]Following, bool)
GetFollowingsOk returns a tuple with the Followings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Followings) GetStatus ¶
func (o *Followings) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*Followings) GetStatusOk ¶
func (o *Followings) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Followings) HasFollowings ¶
func (o *Followings) HasFollowings() bool
HasFollowings returns a boolean if a field has been set.
func (*Followings) HasStatus ¶
func (o *Followings) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (Followings) MarshalJSON ¶
func (o Followings) MarshalJSON() ([]byte, error)
func (*Followings) SetFollowings ¶
func (o *Followings) SetFollowings(v []Following)
SetFollowings gets a reference to the given []Following and assigns it to the Followings field.
func (*Followings) SetStatus ¶
func (o *Followings) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type FollowingsApi ¶
type FollowingsApi interface { /* Followings Tinybeans Followings @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiFollowingsRequest */ Followings(ctx context.Context) ApiFollowingsRequest // FollowingsExecute executes the request // @return Followings FollowingsExecute(r ApiFollowingsRequest) (*Followings, *http.Response, error) }
type FollowingsApiService ¶
type FollowingsApiService service
FollowingsApiService FollowingsApi service
func (*FollowingsApiService) Followings ¶
func (a *FollowingsApiService) Followings(ctx context.Context) ApiFollowingsRequest
Followings Tinybeans Followings
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiFollowingsRequest
func (*FollowingsApiService) FollowingsExecute ¶
func (a *FollowingsApiService) FollowingsExecute(r ApiFollowingsRequest) (*Followings, *http.Response, error)
Execute executes the request
@return Followings
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type Journal ¶
type Journal struct { URL *string `json:"URL,omitempty"` Id *int64 `json:"id,omitempty"` Title *string `json:"title,omitempty"` Timestamp *int64 `json:"timestamp,omitempty"` DisableComments *bool `json:"disableComments,omitempty"` DisableAnonymousComments *bool `json:"disableAnonymousComments,omitempty"` DisableDownloads *bool `json:"disableDownloads,omitempty"` Classification *string `json:"classification,omitempty"` IsPublic *bool `json:"isPublic,omitempty"` Deleted *bool `json:"deleted,omitempty"` User *User `json:"user,omitempty"` Children []Child `json:"children,omitempty"` Pets []Pet `json:"pets,omitempty"` CoverTheme *CoverTheme `json:"coverTheme,omitempty"` Features []Features `json:"features,omitempty"` CurrentSubscription *Subscription `json:"currentSubscription,omitempty"` LatestSubscription *Subscription `json:"latestSubscription,omitempty"` ShouldShowAds *bool `json:"shouldShowAds,omitempty"` }
Journal struct for Journal
func NewJournal ¶
func NewJournal() *Journal
NewJournal instantiates a new Journal 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 NewJournalWithDefaults ¶
func NewJournalWithDefaults() *Journal
NewJournalWithDefaults instantiates a new Journal 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 (*Journal) GetChildren ¶
GetChildren returns the Children field value if set, zero value otherwise.
func (*Journal) GetChildrenOk ¶
GetChildrenOk returns a tuple with the Children field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetClassification ¶
GetClassification returns the Classification field value if set, zero value otherwise.
func (*Journal) GetClassificationOk ¶
GetClassificationOk returns a tuple with the Classification field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetCoverTheme ¶
func (o *Journal) GetCoverTheme() CoverTheme
GetCoverTheme returns the CoverTheme field value if set, zero value otherwise.
func (*Journal) GetCoverThemeOk ¶
func (o *Journal) GetCoverThemeOk() (*CoverTheme, bool)
GetCoverThemeOk returns a tuple with the CoverTheme field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetCurrentSubscription ¶
func (o *Journal) GetCurrentSubscription() Subscription
GetCurrentSubscription returns the CurrentSubscription field value if set, zero value otherwise.
func (*Journal) GetCurrentSubscriptionOk ¶
func (o *Journal) GetCurrentSubscriptionOk() (*Subscription, bool)
GetCurrentSubscriptionOk returns a tuple with the CurrentSubscription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetDeleted ¶
GetDeleted returns the Deleted field value if set, zero value otherwise.
func (*Journal) GetDeletedOk ¶
GetDeletedOk returns a tuple with the Deleted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetDisableAnonymousComments ¶
GetDisableAnonymousComments returns the DisableAnonymousComments field value if set, zero value otherwise.
func (*Journal) GetDisableAnonymousCommentsOk ¶
GetDisableAnonymousCommentsOk returns a tuple with the DisableAnonymousComments field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetDisableComments ¶
GetDisableComments returns the DisableComments field value if set, zero value otherwise.
func (*Journal) GetDisableCommentsOk ¶
GetDisableCommentsOk returns a tuple with the DisableComments field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetDisableDownloads ¶
GetDisableDownloads returns the DisableDownloads field value if set, zero value otherwise.
func (*Journal) GetDisableDownloadsOk ¶
GetDisableDownloadsOk returns a tuple with the DisableDownloads field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetFeatures ¶
GetFeatures returns the Features field value if set, zero value otherwise.
func (*Journal) GetFeaturesOk ¶
GetFeaturesOk returns a tuple with the Features field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetIsPublic ¶
GetIsPublic returns the IsPublic field value if set, zero value otherwise.
func (*Journal) GetIsPublicOk ¶
GetIsPublicOk returns a tuple with the IsPublic field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetLatestSubscription ¶
func (o *Journal) GetLatestSubscription() Subscription
GetLatestSubscription returns the LatestSubscription field value if set, zero value otherwise.
func (*Journal) GetLatestSubscriptionOk ¶
func (o *Journal) GetLatestSubscriptionOk() (*Subscription, bool)
GetLatestSubscriptionOk returns a tuple with the LatestSubscription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetPetsOk ¶
GetPetsOk returns a tuple with the Pets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetShouldShowAds ¶
GetShouldShowAds returns the ShouldShowAds field value if set, zero value otherwise.
func (*Journal) GetShouldShowAdsOk ¶
GetShouldShowAdsOk returns a tuple with the ShouldShowAds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetTimestamp ¶
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*Journal) GetTimestampOk ¶
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetTitleOk ¶
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetURLOk ¶
GetURLOk returns a tuple with the URL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) GetUserOk ¶
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journal) HasChildren ¶
HasChildren returns a boolean if a field has been set.
func (*Journal) HasClassification ¶
HasClassification returns a boolean if a field has been set.
func (*Journal) HasCoverTheme ¶
HasCoverTheme returns a boolean if a field has been set.
func (*Journal) HasCurrentSubscription ¶
HasCurrentSubscription returns a boolean if a field has been set.
func (*Journal) HasDeleted ¶
HasDeleted returns a boolean if a field has been set.
func (*Journal) HasDisableAnonymousComments ¶
HasDisableAnonymousComments returns a boolean if a field has been set.
func (*Journal) HasDisableComments ¶
HasDisableComments returns a boolean if a field has been set.
func (*Journal) HasDisableDownloads ¶
HasDisableDownloads returns a boolean if a field has been set.
func (*Journal) HasFeatures ¶
HasFeatures returns a boolean if a field has been set.
func (*Journal) HasIsPublic ¶
HasIsPublic returns a boolean if a field has been set.
func (*Journal) HasLatestSubscription ¶
HasLatestSubscription returns a boolean if a field has been set.
func (*Journal) HasShouldShowAds ¶
HasShouldShowAds returns a boolean if a field has been set.
func (*Journal) HasTimestamp ¶
HasTimestamp returns a boolean if a field has been set.
func (Journal) MarshalJSON ¶
func (*Journal) SetChildren ¶
SetChildren gets a reference to the given []Child and assigns it to the Children field.
func (*Journal) SetClassification ¶
SetClassification gets a reference to the given string and assigns it to the Classification field.
func (*Journal) SetCoverTheme ¶
func (o *Journal) SetCoverTheme(v CoverTheme)
SetCoverTheme gets a reference to the given CoverTheme and assigns it to the CoverTheme field.
func (*Journal) SetCurrentSubscription ¶
func (o *Journal) SetCurrentSubscription(v Subscription)
SetCurrentSubscription gets a reference to the given Subscription and assigns it to the CurrentSubscription field.
func (*Journal) SetDeleted ¶
SetDeleted gets a reference to the given bool and assigns it to the Deleted field.
func (*Journal) SetDisableAnonymousComments ¶
SetDisableAnonymousComments gets a reference to the given bool and assigns it to the DisableAnonymousComments field.
func (*Journal) SetDisableComments ¶
SetDisableComments gets a reference to the given bool and assigns it to the DisableComments field.
func (*Journal) SetDisableDownloads ¶
SetDisableDownloads gets a reference to the given bool and assigns it to the DisableDownloads field.
func (*Journal) SetFeatures ¶
SetFeatures gets a reference to the given []Features and assigns it to the Features field.
func (*Journal) SetIsPublic ¶
SetIsPublic gets a reference to the given bool and assigns it to the IsPublic field.
func (*Journal) SetLatestSubscription ¶
func (o *Journal) SetLatestSubscription(v Subscription)
SetLatestSubscription gets a reference to the given Subscription and assigns it to the LatestSubscription field.
func (*Journal) SetPets ¶
SetPets gets a reference to the given []Pet and assigns it to the Pets field.
func (*Journal) SetShouldShowAds ¶
SetShouldShowAds gets a reference to the given bool and assigns it to the ShouldShowAds field.
func (*Journal) SetTimestamp ¶
SetTimestamp gets a reference to the given int64 and assigns it to the Timestamp field.
func (*Journal) SetTitle ¶
SetTitle gets a reference to the given string and assigns it to the Title field.
type Journals ¶
type Journals struct { Journals []Journal `json:"journals,omitempty"` Status *string `json:"status,omitempty"` }
Journals struct for Journals
func NewJournals ¶
func NewJournals() *Journals
NewJournals instantiates a new Journals 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 NewJournalsWithDefaults ¶
func NewJournalsWithDefaults() *Journals
NewJournalsWithDefaults instantiates a new Journals 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 (*Journals) GetJournals ¶
GetJournals returns the Journals field value if set, zero value otherwise.
func (*Journals) GetJournalsOk ¶
GetJournalsOk returns a tuple with the Journals field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journals) GetStatusOk ¶
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Journals) HasJournals ¶
HasJournals returns a boolean if a field has been set.
func (Journals) MarshalJSON ¶
func (*Journals) SetJournals ¶
SetJournals gets a reference to the given []Journal and assigns it to the Journals field.
type JournalsApi ¶
type JournalsApi interface { /* JournalEntries Tinybeans Journal Entries @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param journal ID of journal to pull entries from @return ApiJournalEntriesRequest */ JournalEntries(ctx context.Context, journal int64) ApiJournalEntriesRequest // JournalEntriesExecute executes the request // @return Entries JournalEntriesExecute(r ApiJournalEntriesRequest) (*Entries, *http.Response, error) /* Journals Tinybeans Journals @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiJournalsRequest */ Journals(ctx context.Context) ApiJournalsRequest // JournalsExecute executes the request // @return Journals JournalsExecute(r ApiJournalsRequest) (*Journals, *http.Response, error) }
type JournalsApiService ¶
type JournalsApiService service
JournalsApiService JournalsApi service
func (*JournalsApiService) JournalEntries ¶
func (a *JournalsApiService) JournalEntries(ctx context.Context, journal int64) ApiJournalEntriesRequest
JournalEntries Tinybeans Journal Entries
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param journal ID of journal to pull entries from @return ApiJournalEntriesRequest
func (*JournalsApiService) JournalEntriesExecute ¶
func (a *JournalsApiService) JournalEntriesExecute(r ApiJournalEntriesRequest) (*Entries, *http.Response, error)
Execute executes the request
@return Entries
func (*JournalsApiService) Journals ¶
func (a *JournalsApiService) Journals(ctx context.Context) ApiJournalsRequest
Journals Tinybeans Journals
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiJournalsRequest
func (*JournalsApiService) JournalsExecute ¶
func (a *JournalsApiService) JournalsExecute(r ApiJournalsRequest) (*Journals, *http.Response, error)
Execute executes the request
@return Journals
type MeasurementSystem ¶
type MeasurementSystem struct { Label *string `json:"label,omitempty"` Name *string `json:"name,omitempty"` }
MeasurementSystem struct for MeasurementSystem
func NewMeasurementSystem ¶
func NewMeasurementSystem() *MeasurementSystem
NewMeasurementSystem instantiates a new MeasurementSystem 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 NewMeasurementSystemWithDefaults ¶
func NewMeasurementSystemWithDefaults() *MeasurementSystem
NewMeasurementSystemWithDefaults instantiates a new MeasurementSystem 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 (*MeasurementSystem) GetLabel ¶
func (o *MeasurementSystem) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*MeasurementSystem) GetLabelOk ¶
func (o *MeasurementSystem) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MeasurementSystem) GetName ¶
func (o *MeasurementSystem) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*MeasurementSystem) GetNameOk ¶
func (o *MeasurementSystem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MeasurementSystem) HasLabel ¶
func (o *MeasurementSystem) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*MeasurementSystem) HasName ¶
func (o *MeasurementSystem) HasName() bool
HasName returns a boolean if a field has been set.
func (MeasurementSystem) MarshalJSON ¶
func (o MeasurementSystem) MarshalJSON() ([]byte, error)
func (*MeasurementSystem) SetLabel ¶
func (o *MeasurementSystem) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*MeasurementSystem) SetName ¶
func (o *MeasurementSystem) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type NullableAuthenticateRequst ¶
type NullableAuthenticateRequst struct {
// contains filtered or unexported fields
}
func NewNullableAuthenticateRequst ¶
func NewNullableAuthenticateRequst(val *AuthenticateRequst) *NullableAuthenticateRequst
func (NullableAuthenticateRequst) Get ¶
func (v NullableAuthenticateRequst) Get() *AuthenticateRequst
func (NullableAuthenticateRequst) IsSet ¶
func (v NullableAuthenticateRequst) IsSet() bool
func (NullableAuthenticateRequst) MarshalJSON ¶
func (v NullableAuthenticateRequst) MarshalJSON() ([]byte, error)
func (*NullableAuthenticateRequst) Set ¶
func (v *NullableAuthenticateRequst) Set(val *AuthenticateRequst)
func (*NullableAuthenticateRequst) UnmarshalJSON ¶
func (v *NullableAuthenticateRequst) UnmarshalJSON(src []byte) error
func (*NullableAuthenticateRequst) Unset ¶
func (v *NullableAuthenticateRequst) Unset()
type NullableAuthenticateResponse ¶
type NullableAuthenticateResponse struct {
// contains filtered or unexported fields
}
func NewNullableAuthenticateResponse ¶
func NewNullableAuthenticateResponse(val *AuthenticateResponse) *NullableAuthenticateResponse
func (NullableAuthenticateResponse) Get ¶
func (v NullableAuthenticateResponse) Get() *AuthenticateResponse
func (NullableAuthenticateResponse) IsSet ¶
func (v NullableAuthenticateResponse) IsSet() bool
func (NullableAuthenticateResponse) MarshalJSON ¶
func (v NullableAuthenticateResponse) MarshalJSON() ([]byte, error)
func (*NullableAuthenticateResponse) Set ¶
func (v *NullableAuthenticateResponse) Set(val *AuthenticateResponse)
func (*NullableAuthenticateResponse) UnmarshalJSON ¶
func (v *NullableAuthenticateResponse) UnmarshalJSON(src []byte) error
func (*NullableAuthenticateResponse) Unset ¶
func (v *NullableAuthenticateResponse) Unset()
type NullableAvatars ¶
type NullableAvatars struct {
// contains filtered or unexported fields
}
func NewNullableAvatars ¶
func NewNullableAvatars(val *Avatars) *NullableAvatars
func (NullableAvatars) Get ¶
func (v NullableAvatars) Get() *Avatars
func (NullableAvatars) IsSet ¶
func (v NullableAvatars) IsSet() bool
func (NullableAvatars) MarshalJSON ¶
func (v NullableAvatars) MarshalJSON() ([]byte, error)
func (*NullableAvatars) Set ¶
func (v *NullableAvatars) Set(val *Avatars)
func (*NullableAvatars) UnmarshalJSON ¶
func (v *NullableAvatars) UnmarshalJSON(src []byte) error
func (*NullableAvatars) Unset ¶
func (v *NullableAvatars) Unset()
type NullableBlob ¶
type NullableBlob struct {
// contains filtered or unexported fields
}
func NewNullableBlob ¶
func NewNullableBlob(val *Blob) *NullableBlob
func (NullableBlob) Get ¶
func (v NullableBlob) Get() *Blob
func (NullableBlob) IsSet ¶
func (v NullableBlob) IsSet() bool
func (NullableBlob) MarshalJSON ¶
func (v NullableBlob) MarshalJSON() ([]byte, error)
func (*NullableBlob) Set ¶
func (v *NullableBlob) Set(val *Blob)
func (*NullableBlob) UnmarshalJSON ¶
func (v *NullableBlob) UnmarshalJSON(src []byte) error
func (*NullableBlob) Unset ¶
func (v *NullableBlob) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableChild ¶
type NullableChild struct {
// contains filtered or unexported fields
}
func NewNullableChild ¶
func NewNullableChild(val *Child) *NullableChild
func (NullableChild) Get ¶
func (v NullableChild) Get() *Child
func (NullableChild) IsSet ¶
func (v NullableChild) IsSet() bool
func (NullableChild) MarshalJSON ¶
func (v NullableChild) MarshalJSON() ([]byte, error)
func (*NullableChild) Set ¶
func (v *NullableChild) Set(val *Child)
func (*NullableChild) UnmarshalJSON ¶
func (v *NullableChild) UnmarshalJSON(src []byte) error
func (*NullableChild) Unset ¶
func (v *NullableChild) Unset()
type NullableCoverTheme ¶
type NullableCoverTheme struct {
// contains filtered or unexported fields
}
func NewNullableCoverTheme ¶
func NewNullableCoverTheme(val *CoverTheme) *NullableCoverTheme
func (NullableCoverTheme) Get ¶
func (v NullableCoverTheme) Get() *CoverTheme
func (NullableCoverTheme) IsSet ¶
func (v NullableCoverTheme) IsSet() bool
func (NullableCoverTheme) MarshalJSON ¶
func (v NullableCoverTheme) MarshalJSON() ([]byte, error)
func (*NullableCoverTheme) Set ¶
func (v *NullableCoverTheme) Set(val *CoverTheme)
func (*NullableCoverTheme) UnmarshalJSON ¶
func (v *NullableCoverTheme) UnmarshalJSON(src []byte) error
func (*NullableCoverTheme) Unset ¶
func (v *NullableCoverTheme) Unset()
type NullableCycle ¶
type NullableCycle struct {
// contains filtered or unexported fields
}
func NewNullableCycle ¶
func NewNullableCycle(val *Cycle) *NullableCycle
func (NullableCycle) Get ¶
func (v NullableCycle) Get() *Cycle
func (NullableCycle) IsSet ¶
func (v NullableCycle) IsSet() bool
func (NullableCycle) MarshalJSON ¶
func (v NullableCycle) MarshalJSON() ([]byte, error)
func (*NullableCycle) Set ¶
func (v *NullableCycle) Set(val *Cycle)
func (*NullableCycle) UnmarshalJSON ¶
func (v *NullableCycle) UnmarshalJSON(src []byte) error
func (*NullableCycle) Unset ¶
func (v *NullableCycle) Unset()
type NullableDateStyle ¶
type NullableDateStyle struct {
// contains filtered or unexported fields
}
func NewNullableDateStyle ¶
func NewNullableDateStyle(val *DateStyle) *NullableDateStyle
func (NullableDateStyle) Get ¶
func (v NullableDateStyle) Get() *DateStyle
func (NullableDateStyle) IsSet ¶
func (v NullableDateStyle) IsSet() bool
func (NullableDateStyle) MarshalJSON ¶
func (v NullableDateStyle) MarshalJSON() ([]byte, error)
func (*NullableDateStyle) Set ¶
func (v *NullableDateStyle) Set(val *DateStyle)
func (*NullableDateStyle) UnmarshalJSON ¶
func (v *NullableDateStyle) UnmarshalJSON(src []byte) error
func (*NullableDateStyle) Unset ¶
func (v *NullableDateStyle) Unset()
type NullableEmailFrequency ¶
type NullableEmailFrequency struct {
// contains filtered or unexported fields
}
func NewNullableEmailFrequency ¶
func NewNullableEmailFrequency(val *EmailFrequency) *NullableEmailFrequency
func (NullableEmailFrequency) Get ¶
func (v NullableEmailFrequency) Get() *EmailFrequency
func (NullableEmailFrequency) IsSet ¶
func (v NullableEmailFrequency) IsSet() bool
func (NullableEmailFrequency) MarshalJSON ¶
func (v NullableEmailFrequency) MarshalJSON() ([]byte, error)
func (*NullableEmailFrequency) Set ¶
func (v *NullableEmailFrequency) Set(val *EmailFrequency)
func (*NullableEmailFrequency) UnmarshalJSON ¶
func (v *NullableEmailFrequency) UnmarshalJSON(src []byte) error
func (*NullableEmailFrequency) Unset ¶
func (v *NullableEmailFrequency) Unset()
type NullableEmotion ¶
type NullableEmotion struct {
// contains filtered or unexported fields
}
func NewNullableEmotion ¶
func NewNullableEmotion(val *Emotion) *NullableEmotion
func (NullableEmotion) Get ¶
func (v NullableEmotion) Get() *Emotion
func (NullableEmotion) IsSet ¶
func (v NullableEmotion) IsSet() bool
func (NullableEmotion) MarshalJSON ¶
func (v NullableEmotion) MarshalJSON() ([]byte, error)
func (*NullableEmotion) Set ¶
func (v *NullableEmotion) Set(val *Emotion)
func (*NullableEmotion) UnmarshalJSON ¶
func (v *NullableEmotion) UnmarshalJSON(src []byte) error
func (*NullableEmotion) Unset ¶
func (v *NullableEmotion) Unset()
type NullableEmotionType ¶
type NullableEmotionType struct {
// contains filtered or unexported fields
}
func NewNullableEmotionType ¶
func NewNullableEmotionType(val *EmotionType) *NullableEmotionType
func (NullableEmotionType) Get ¶
func (v NullableEmotionType) Get() *EmotionType
func (NullableEmotionType) IsSet ¶
func (v NullableEmotionType) IsSet() bool
func (NullableEmotionType) MarshalJSON ¶
func (v NullableEmotionType) MarshalJSON() ([]byte, error)
func (*NullableEmotionType) Set ¶
func (v *NullableEmotionType) Set(val *EmotionType)
func (*NullableEmotionType) UnmarshalJSON ¶
func (v *NullableEmotionType) UnmarshalJSON(src []byte) error
func (*NullableEmotionType) Unset ¶
func (v *NullableEmotionType) Unset()
type NullableEntries ¶
type NullableEntries struct {
// contains filtered or unexported fields
}
func NewNullableEntries ¶
func NewNullableEntries(val *Entries) *NullableEntries
func (NullableEntries) Get ¶
func (v NullableEntries) Get() *Entries
func (NullableEntries) IsSet ¶
func (v NullableEntries) IsSet() bool
func (NullableEntries) MarshalJSON ¶
func (v NullableEntries) MarshalJSON() ([]byte, error)
func (*NullableEntries) Set ¶
func (v *NullableEntries) Set(val *Entries)
func (*NullableEntries) UnmarshalJSON ¶
func (v *NullableEntries) UnmarshalJSON(src []byte) error
func (*NullableEntries) Unset ¶
func (v *NullableEntries) Unset()
type NullableEntry ¶
type NullableEntry struct {
// contains filtered or unexported fields
}
func NewNullableEntry ¶
func NewNullableEntry(val *Entry) *NullableEntry
func (NullableEntry) Get ¶
func (v NullableEntry) Get() *Entry
func (NullableEntry) IsSet ¶
func (v NullableEntry) IsSet() bool
func (NullableEntry) MarshalJSON ¶
func (v NullableEntry) MarshalJSON() ([]byte, error)
func (*NullableEntry) Set ¶
func (v *NullableEntry) Set(val *Entry)
func (*NullableEntry) UnmarshalJSON ¶
func (v *NullableEntry) UnmarshalJSON(src []byte) error
func (*NullableEntry) Unset ¶
func (v *NullableEntry) Unset()
type NullableFeatures ¶
type NullableFeatures struct {
// contains filtered or unexported fields
}
func NewNullableFeatures ¶
func NewNullableFeatures(val *Features) *NullableFeatures
func (NullableFeatures) Get ¶
func (v NullableFeatures) Get() *Features
func (NullableFeatures) IsSet ¶
func (v NullableFeatures) IsSet() bool
func (NullableFeatures) MarshalJSON ¶
func (v NullableFeatures) MarshalJSON() ([]byte, error)
func (*NullableFeatures) Set ¶
func (v *NullableFeatures) Set(val *Features)
func (*NullableFeatures) UnmarshalJSON ¶
func (v *NullableFeatures) UnmarshalJSON(src []byte) error
func (*NullableFeatures) Unset ¶
func (v *NullableFeatures) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableFollowing ¶
type NullableFollowing struct {
// contains filtered or unexported fields
}
func NewNullableFollowing ¶
func NewNullableFollowing(val *Following) *NullableFollowing
func (NullableFollowing) Get ¶
func (v NullableFollowing) Get() *Following
func (NullableFollowing) IsSet ¶
func (v NullableFollowing) IsSet() bool
func (NullableFollowing) MarshalJSON ¶
func (v NullableFollowing) MarshalJSON() ([]byte, error)
func (*NullableFollowing) Set ¶
func (v *NullableFollowing) Set(val *Following)
func (*NullableFollowing) UnmarshalJSON ¶
func (v *NullableFollowing) UnmarshalJSON(src []byte) error
func (*NullableFollowing) Unset ¶
func (v *NullableFollowing) Unset()
type NullableFollowings ¶
type NullableFollowings struct {
// contains filtered or unexported fields
}
func NewNullableFollowings ¶
func NewNullableFollowings(val *Followings) *NullableFollowings
func (NullableFollowings) Get ¶
func (v NullableFollowings) Get() *Followings
func (NullableFollowings) IsSet ¶
func (v NullableFollowings) IsSet() bool
func (NullableFollowings) MarshalJSON ¶
func (v NullableFollowings) MarshalJSON() ([]byte, error)
func (*NullableFollowings) Set ¶
func (v *NullableFollowings) Set(val *Followings)
func (*NullableFollowings) UnmarshalJSON ¶
func (v *NullableFollowings) UnmarshalJSON(src []byte) error
func (*NullableFollowings) Unset ¶
func (v *NullableFollowings) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableJournal ¶
type NullableJournal struct {
// contains filtered or unexported fields
}
func NewNullableJournal ¶
func NewNullableJournal(val *Journal) *NullableJournal
func (NullableJournal) Get ¶
func (v NullableJournal) Get() *Journal
func (NullableJournal) IsSet ¶
func (v NullableJournal) IsSet() bool
func (NullableJournal) MarshalJSON ¶
func (v NullableJournal) MarshalJSON() ([]byte, error)
func (*NullableJournal) Set ¶
func (v *NullableJournal) Set(val *Journal)
func (*NullableJournal) UnmarshalJSON ¶
func (v *NullableJournal) UnmarshalJSON(src []byte) error
func (*NullableJournal) Unset ¶
func (v *NullableJournal) Unset()
type NullableJournals ¶
type NullableJournals struct {
// contains filtered or unexported fields
}
func NewNullableJournals ¶
func NewNullableJournals(val *Journals) *NullableJournals
func (NullableJournals) Get ¶
func (v NullableJournals) Get() *Journals
func (NullableJournals) IsSet ¶
func (v NullableJournals) IsSet() bool
func (NullableJournals) MarshalJSON ¶
func (v NullableJournals) MarshalJSON() ([]byte, error)
func (*NullableJournals) Set ¶
func (v *NullableJournals) Set(val *Journals)
func (*NullableJournals) UnmarshalJSON ¶
func (v *NullableJournals) UnmarshalJSON(src []byte) error
func (*NullableJournals) Unset ¶
func (v *NullableJournals) Unset()
type NullableMeasurementSystem ¶
type NullableMeasurementSystem struct {
// contains filtered or unexported fields
}
func NewNullableMeasurementSystem ¶
func NewNullableMeasurementSystem(val *MeasurementSystem) *NullableMeasurementSystem
func (NullableMeasurementSystem) Get ¶
func (v NullableMeasurementSystem) Get() *MeasurementSystem
func (NullableMeasurementSystem) IsSet ¶
func (v NullableMeasurementSystem) IsSet() bool
func (NullableMeasurementSystem) MarshalJSON ¶
func (v NullableMeasurementSystem) MarshalJSON() ([]byte, error)
func (*NullableMeasurementSystem) Set ¶
func (v *NullableMeasurementSystem) Set(val *MeasurementSystem)
func (*NullableMeasurementSystem) UnmarshalJSON ¶
func (v *NullableMeasurementSystem) UnmarshalJSON(src []byte) error
func (*NullableMeasurementSystem) Unset ¶
func (v *NullableMeasurementSystem) Unset()
type NullablePaymentTransaction ¶
type NullablePaymentTransaction struct {
// contains filtered or unexported fields
}
func NewNullablePaymentTransaction ¶
func NewNullablePaymentTransaction(val *PaymentTransaction) *NullablePaymentTransaction
func (NullablePaymentTransaction) Get ¶
func (v NullablePaymentTransaction) Get() *PaymentTransaction
func (NullablePaymentTransaction) IsSet ¶
func (v NullablePaymentTransaction) IsSet() bool
func (NullablePaymentTransaction) MarshalJSON ¶
func (v NullablePaymentTransaction) MarshalJSON() ([]byte, error)
func (*NullablePaymentTransaction) Set ¶
func (v *NullablePaymentTransaction) Set(val *PaymentTransaction)
func (*NullablePaymentTransaction) UnmarshalJSON ¶
func (v *NullablePaymentTransaction) UnmarshalJSON(src []byte) error
func (*NullablePaymentTransaction) Unset ¶
func (v *NullablePaymentTransaction) Unset()
type NullablePet ¶
type NullablePet struct {
// contains filtered or unexported fields
}
func NewNullablePet ¶
func NewNullablePet(val *Pet) *NullablePet
func (NullablePet) Get ¶
func (v NullablePet) Get() *Pet
func (NullablePet) IsSet ¶
func (v NullablePet) IsSet() bool
func (NullablePet) MarshalJSON ¶
func (v NullablePet) MarshalJSON() ([]byte, error)
func (*NullablePet) Set ¶
func (v *NullablePet) Set(val *Pet)
func (*NullablePet) UnmarshalJSON ¶
func (v *NullablePet) UnmarshalJSON(src []byte) error
func (*NullablePet) Unset ¶
func (v *NullablePet) Unset()
type NullablePrice ¶
type NullablePrice struct {
// contains filtered or unexported fields
}
func NewNullablePrice ¶
func NewNullablePrice(val *Price) *NullablePrice
func (NullablePrice) Get ¶
func (v NullablePrice) Get() *Price
func (NullablePrice) IsSet ¶
func (v NullablePrice) IsSet() bool
func (NullablePrice) MarshalJSON ¶
func (v NullablePrice) MarshalJSON() ([]byte, error)
func (*NullablePrice) Set ¶
func (v *NullablePrice) Set(val *Price)
func (*NullablePrice) UnmarshalJSON ¶
func (v *NullablePrice) UnmarshalJSON(src []byte) error
func (*NullablePrice) Unset ¶
func (v *NullablePrice) Unset()
type NullableRelationship ¶
type NullableRelationship struct {
// contains filtered or unexported fields
}
func NewNullableRelationship ¶
func NewNullableRelationship(val *Relationship) *NullableRelationship
func (NullableRelationship) Get ¶
func (v NullableRelationship) Get() *Relationship
func (NullableRelationship) IsSet ¶
func (v NullableRelationship) IsSet() bool
func (NullableRelationship) MarshalJSON ¶
func (v NullableRelationship) MarshalJSON() ([]byte, error)
func (*NullableRelationship) Set ¶
func (v *NullableRelationship) Set(val *Relationship)
func (*NullableRelationship) UnmarshalJSON ¶
func (v *NullableRelationship) UnmarshalJSON(src []byte) error
func (*NullableRelationship) Unset ¶
func (v *NullableRelationship) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableSubscription ¶
type NullableSubscription struct {
// contains filtered or unexported fields
}
func NewNullableSubscription ¶
func NewNullableSubscription(val *Subscription) *NullableSubscription
func (NullableSubscription) Get ¶
func (v NullableSubscription) Get() *Subscription
func (NullableSubscription) IsSet ¶
func (v NullableSubscription) IsSet() bool
func (NullableSubscription) MarshalJSON ¶
func (v NullableSubscription) MarshalJSON() ([]byte, error)
func (*NullableSubscription) Set ¶
func (v *NullableSubscription) Set(val *Subscription)
func (*NullableSubscription) UnmarshalJSON ¶
func (v *NullableSubscription) UnmarshalJSON(src []byte) error
func (*NullableSubscription) Unset ¶
func (v *NullableSubscription) Unset()
type NullableSubscriptionProduct ¶
type NullableSubscriptionProduct struct {
// contains filtered or unexported fields
}
func NewNullableSubscriptionProduct ¶
func NewNullableSubscriptionProduct(val *SubscriptionProduct) *NullableSubscriptionProduct
func (NullableSubscriptionProduct) Get ¶
func (v NullableSubscriptionProduct) Get() *SubscriptionProduct
func (NullableSubscriptionProduct) IsSet ¶
func (v NullableSubscriptionProduct) IsSet() bool
func (NullableSubscriptionProduct) MarshalJSON ¶
func (v NullableSubscriptionProduct) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionProduct) Set ¶
func (v *NullableSubscriptionProduct) Set(val *SubscriptionProduct)
func (*NullableSubscriptionProduct) UnmarshalJSON ¶
func (v *NullableSubscriptionProduct) UnmarshalJSON(src []byte) error
func (*NullableSubscriptionProduct) Unset ¶
func (v *NullableSubscriptionProduct) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTimeZone ¶
type NullableTimeZone struct {
// contains filtered or unexported fields
}
func NewNullableTimeZone ¶
func NewNullableTimeZone(val *TimeZone) *NullableTimeZone
func (NullableTimeZone) Get ¶
func (v NullableTimeZone) Get() *TimeZone
func (NullableTimeZone) IsSet ¶
func (v NullableTimeZone) IsSet() bool
func (NullableTimeZone) MarshalJSON ¶
func (v NullableTimeZone) MarshalJSON() ([]byte, error)
func (*NullableTimeZone) Set ¶
func (v *NullableTimeZone) Set(val *TimeZone)
func (*NullableTimeZone) UnmarshalJSON ¶
func (v *NullableTimeZone) UnmarshalJSON(src []byte) error
func (*NullableTimeZone) Unset ¶
func (v *NullableTimeZone) Unset()
type NullableUser ¶
type NullableUser struct {
// contains filtered or unexported fields
}
func NewNullableUser ¶
func NewNullableUser(val *User) *NullableUser
func (NullableUser) Get ¶
func (v NullableUser) Get() *User
func (NullableUser) IsSet ¶
func (v NullableUser) IsSet() bool
func (NullableUser) MarshalJSON ¶
func (v NullableUser) MarshalJSON() ([]byte, error)
func (*NullableUser) Set ¶
func (v *NullableUser) Set(val *User)
func (*NullableUser) UnmarshalJSON ¶
func (v *NullableUser) UnmarshalJSON(src []byte) error
func (*NullableUser) Unset ¶
func (v *NullableUser) Unset()
type NullableUsersMe ¶
type NullableUsersMe struct {
// contains filtered or unexported fields
}
func NewNullableUsersMe ¶
func NewNullableUsersMe(val *UsersMe) *NullableUsersMe
func (NullableUsersMe) Get ¶
func (v NullableUsersMe) Get() *UsersMe
func (NullableUsersMe) IsSet ¶
func (v NullableUsersMe) IsSet() bool
func (NullableUsersMe) MarshalJSON ¶
func (v NullableUsersMe) MarshalJSON() ([]byte, error)
func (*NullableUsersMe) Set ¶
func (v *NullableUsersMe) Set(val *UsersMe)
func (*NullableUsersMe) UnmarshalJSON ¶
func (v *NullableUsersMe) UnmarshalJSON(src []byte) error
func (*NullableUsersMe) Unset ¶
func (v *NullableUsersMe) Unset()
type PaymentTransaction ¶
type PaymentTransaction struct { URL *string `json:"URL,omitempty"` Id *int64 `json:"id,omitempty"` DateCreated *string `json:"dateCreated,omitempty"` LastUpdated *string `json:"lastUpdated,omitempty"` TransactionDate *string `json:"transactionDate,omitempty"` AmountInCents *int64 `json:"amountInCents,omitempty"` AmountDisplay *string `json:"amountDisplay,omitempty"` Discount *int64 `json:"discount,omitempty"` UserId *int64 `json:"userId,omitempty"` ProductId *string `json:"productId,omitempty"` PaymentId *string `json:"paymentId,omitempty"` ReceiptNumber *string `json:"receiptNumber,omitempty"` Description *string `json:"description,omitempty"` PaymentGatewayType *string `json:"paymentGatewayType,omitempty"` Last4 *string `json:"last4,omitempty"` User *User `json:"user,omitempty"` }
PaymentTransaction struct for PaymentTransaction
func NewPaymentTransaction ¶
func NewPaymentTransaction() *PaymentTransaction
NewPaymentTransaction instantiates a new PaymentTransaction 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 NewPaymentTransactionWithDefaults ¶
func NewPaymentTransactionWithDefaults() *PaymentTransaction
NewPaymentTransactionWithDefaults instantiates a new PaymentTransaction 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 (*PaymentTransaction) GetAmountDisplay ¶
func (o *PaymentTransaction) GetAmountDisplay() string
GetAmountDisplay returns the AmountDisplay field value if set, zero value otherwise.
func (*PaymentTransaction) GetAmountDisplayOk ¶
func (o *PaymentTransaction) GetAmountDisplayOk() (*string, bool)
GetAmountDisplayOk returns a tuple with the AmountDisplay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentTransaction) GetAmountInCents ¶
func (o *PaymentTransaction) GetAmountInCents() int64
GetAmountInCents returns the AmountInCents field value if set, zero value otherwise.
func (*PaymentTransaction) GetAmountInCentsOk ¶
func (o *PaymentTransaction) GetAmountInCentsOk() (*int64, bool)
GetAmountInCentsOk returns a tuple with the AmountInCents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentTransaction) GetDateCreated ¶
func (o *PaymentTransaction) GetDateCreated() string
GetDateCreated returns the DateCreated field value if set, zero value otherwise.
func (*PaymentTransaction) GetDateCreatedOk ¶
func (o *PaymentTransaction) GetDateCreatedOk() (*string, bool)
GetDateCreatedOk returns a tuple with the DateCreated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentTransaction) GetDescription ¶
func (o *PaymentTransaction) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*PaymentTransaction) GetDescriptionOk ¶
func (o *PaymentTransaction) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentTransaction) GetDiscount ¶
func (o *PaymentTransaction) GetDiscount() int64
GetDiscount returns the Discount field value if set, zero value otherwise.
func (*PaymentTransaction) GetDiscountOk ¶
func (o *PaymentTransaction) GetDiscountOk() (*int64, bool)
GetDiscountOk returns a tuple with the Discount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentTransaction) GetId ¶
func (o *PaymentTransaction) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*PaymentTransaction) GetIdOk ¶
func (o *PaymentTransaction) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentTransaction) GetLast4 ¶
func (o *PaymentTransaction) GetLast4() string
GetLast4 returns the Last4 field value if set, zero value otherwise.
func (*PaymentTransaction) GetLast4Ok ¶
func (o *PaymentTransaction) GetLast4Ok() (*string, bool)
GetLast4Ok returns a tuple with the Last4 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentTransaction) GetLastUpdated ¶
func (o *PaymentTransaction) GetLastUpdated() string
GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.
func (*PaymentTransaction) GetLastUpdatedOk ¶
func (o *PaymentTransaction) GetLastUpdatedOk() (*string, bool)
GetLastUpdatedOk returns a tuple with the LastUpdated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentTransaction) GetPaymentGatewayType ¶
func (o *PaymentTransaction) GetPaymentGatewayType() string
GetPaymentGatewayType returns the PaymentGatewayType field value if set, zero value otherwise.
func (*PaymentTransaction) GetPaymentGatewayTypeOk ¶
func (o *PaymentTransaction) GetPaymentGatewayTypeOk() (*string, bool)
GetPaymentGatewayTypeOk returns a tuple with the PaymentGatewayType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentTransaction) GetPaymentId ¶
func (o *PaymentTransaction) GetPaymentId() string
GetPaymentId returns the PaymentId field value if set, zero value otherwise.
func (*PaymentTransaction) GetPaymentIdOk ¶
func (o *PaymentTransaction) GetPaymentIdOk() (*string, bool)
GetPaymentIdOk returns a tuple with the PaymentId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentTransaction) GetProductId ¶
func (o *PaymentTransaction) GetProductId() string
GetProductId returns the ProductId field value if set, zero value otherwise.
func (*PaymentTransaction) GetProductIdOk ¶
func (o *PaymentTransaction) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentTransaction) GetReceiptNumber ¶
func (o *PaymentTransaction) GetReceiptNumber() string
GetReceiptNumber returns the ReceiptNumber field value if set, zero value otherwise.
func (*PaymentTransaction) GetReceiptNumberOk ¶
func (o *PaymentTransaction) GetReceiptNumberOk() (*string, bool)
GetReceiptNumberOk returns a tuple with the ReceiptNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentTransaction) GetTransactionDate ¶
func (o *PaymentTransaction) GetTransactionDate() string
GetTransactionDate returns the TransactionDate field value if set, zero value otherwise.
func (*PaymentTransaction) GetTransactionDateOk ¶
func (o *PaymentTransaction) GetTransactionDateOk() (*string, bool)
GetTransactionDateOk returns a tuple with the TransactionDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentTransaction) GetURL ¶
func (o *PaymentTransaction) GetURL() string
GetURL returns the URL field value if set, zero value otherwise.
func (*PaymentTransaction) GetURLOk ¶
func (o *PaymentTransaction) GetURLOk() (*string, bool)
GetURLOk returns a tuple with the URL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentTransaction) GetUser ¶
func (o *PaymentTransaction) GetUser() User
GetUser returns the User field value if set, zero value otherwise.
func (*PaymentTransaction) GetUserId ¶
func (o *PaymentTransaction) GetUserId() int64
GetUserId returns the UserId field value if set, zero value otherwise.
func (*PaymentTransaction) GetUserIdOk ¶
func (o *PaymentTransaction) GetUserIdOk() (*int64, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentTransaction) GetUserOk ¶
func (o *PaymentTransaction) GetUserOk() (*User, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaymentTransaction) HasAmountDisplay ¶
func (o *PaymentTransaction) HasAmountDisplay() bool
HasAmountDisplay returns a boolean if a field has been set.
func (*PaymentTransaction) HasAmountInCents ¶
func (o *PaymentTransaction) HasAmountInCents() bool
HasAmountInCents returns a boolean if a field has been set.
func (*PaymentTransaction) HasDateCreated ¶
func (o *PaymentTransaction) HasDateCreated() bool
HasDateCreated returns a boolean if a field has been set.
func (*PaymentTransaction) HasDescription ¶
func (o *PaymentTransaction) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*PaymentTransaction) HasDiscount ¶
func (o *PaymentTransaction) HasDiscount() bool
HasDiscount returns a boolean if a field has been set.
func (*PaymentTransaction) HasId ¶
func (o *PaymentTransaction) HasId() bool
HasId returns a boolean if a field has been set.
func (*PaymentTransaction) HasLast4 ¶
func (o *PaymentTransaction) HasLast4() bool
HasLast4 returns a boolean if a field has been set.
func (*PaymentTransaction) HasLastUpdated ¶
func (o *PaymentTransaction) HasLastUpdated() bool
HasLastUpdated returns a boolean if a field has been set.
func (*PaymentTransaction) HasPaymentGatewayType ¶
func (o *PaymentTransaction) HasPaymentGatewayType() bool
HasPaymentGatewayType returns a boolean if a field has been set.
func (*PaymentTransaction) HasPaymentId ¶
func (o *PaymentTransaction) HasPaymentId() bool
HasPaymentId returns a boolean if a field has been set.
func (*PaymentTransaction) HasProductId ¶
func (o *PaymentTransaction) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (*PaymentTransaction) HasReceiptNumber ¶
func (o *PaymentTransaction) HasReceiptNumber() bool
HasReceiptNumber returns a boolean if a field has been set.
func (*PaymentTransaction) HasTransactionDate ¶
func (o *PaymentTransaction) HasTransactionDate() bool
HasTransactionDate returns a boolean if a field has been set.
func (*PaymentTransaction) HasURL ¶
func (o *PaymentTransaction) HasURL() bool
HasURL returns a boolean if a field has been set.
func (*PaymentTransaction) HasUser ¶
func (o *PaymentTransaction) HasUser() bool
HasUser returns a boolean if a field has been set.
func (*PaymentTransaction) HasUserId ¶
func (o *PaymentTransaction) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (PaymentTransaction) MarshalJSON ¶
func (o PaymentTransaction) MarshalJSON() ([]byte, error)
func (*PaymentTransaction) SetAmountDisplay ¶
func (o *PaymentTransaction) SetAmountDisplay(v string)
SetAmountDisplay gets a reference to the given string and assigns it to the AmountDisplay field.
func (*PaymentTransaction) SetAmountInCents ¶
func (o *PaymentTransaction) SetAmountInCents(v int64)
SetAmountInCents gets a reference to the given int64 and assigns it to the AmountInCents field.
func (*PaymentTransaction) SetDateCreated ¶
func (o *PaymentTransaction) SetDateCreated(v string)
SetDateCreated gets a reference to the given string and assigns it to the DateCreated field.
func (*PaymentTransaction) SetDescription ¶
func (o *PaymentTransaction) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*PaymentTransaction) SetDiscount ¶
func (o *PaymentTransaction) SetDiscount(v int64)
SetDiscount gets a reference to the given int64 and assigns it to the Discount field.
func (*PaymentTransaction) SetId ¶
func (o *PaymentTransaction) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*PaymentTransaction) SetLast4 ¶
func (o *PaymentTransaction) SetLast4(v string)
SetLast4 gets a reference to the given string and assigns it to the Last4 field.
func (*PaymentTransaction) SetLastUpdated ¶
func (o *PaymentTransaction) SetLastUpdated(v string)
SetLastUpdated gets a reference to the given string and assigns it to the LastUpdated field.
func (*PaymentTransaction) SetPaymentGatewayType ¶
func (o *PaymentTransaction) SetPaymentGatewayType(v string)
SetPaymentGatewayType gets a reference to the given string and assigns it to the PaymentGatewayType field.
func (*PaymentTransaction) SetPaymentId ¶
func (o *PaymentTransaction) SetPaymentId(v string)
SetPaymentId gets a reference to the given string and assigns it to the PaymentId field.
func (*PaymentTransaction) SetProductId ¶
func (o *PaymentTransaction) SetProductId(v string)
SetProductId gets a reference to the given string and assigns it to the ProductId field.
func (*PaymentTransaction) SetReceiptNumber ¶
func (o *PaymentTransaction) SetReceiptNumber(v string)
SetReceiptNumber gets a reference to the given string and assigns it to the ReceiptNumber field.
func (*PaymentTransaction) SetTransactionDate ¶
func (o *PaymentTransaction) SetTransactionDate(v string)
SetTransactionDate gets a reference to the given string and assigns it to the TransactionDate field.
func (*PaymentTransaction) SetURL ¶
func (o *PaymentTransaction) SetURL(v string)
SetURL gets a reference to the given string and assigns it to the URL field.
func (*PaymentTransaction) SetUser ¶
func (o *PaymentTransaction) SetUser(v User)
SetUser gets a reference to the given User and assigns it to the User field.
func (*PaymentTransaction) SetUserId ¶
func (o *PaymentTransaction) SetUserId(v int64)
SetUserId gets a reference to the given int64 and assigns it to the UserId field.
type Pet ¶
type Pet struct { Id *int64 `json:"id,omitempty"` Name *string `json:"name,omitempty"` Species *string `json:"species,omitempty"` Breed *string `json:"breed,omitempty"` Size *string `json:"size,omitempty"` Sex *string `json:"sex,omitempty"` Deleted *bool `json:"deleted,omitempty"` DevelopmentOptOut *bool `json:"developmentOptOut,omitempty"` Birthday *string `json:"birthday,omitempty"` AdoptionDate *string `json:"adoptionDate,omitempty"` Avatars *Avatars `json:"avatars,omitempty"` User *User `json:"user,omitempty"` }
Pet struct for Pet
func NewPet ¶
func NewPet() *Pet
NewPet instantiates a new Pet 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 NewPetWithDefaults ¶
func NewPetWithDefaults() *Pet
NewPetWithDefaults instantiates a new Pet 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 (*Pet) GetAdoptionDate ¶
GetAdoptionDate returns the AdoptionDate field value if set, zero value otherwise.
func (*Pet) GetAdoptionDateOk ¶
GetAdoptionDateOk returns a tuple with the AdoptionDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pet) GetAvatars ¶
GetAvatars returns the Avatars field value if set, zero value otherwise.
func (*Pet) GetAvatarsOk ¶
GetAvatarsOk returns a tuple with the Avatars field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pet) GetBirthday ¶
GetBirthday returns the Birthday field value if set, zero value otherwise.
func (*Pet) GetBirthdayOk ¶
GetBirthdayOk returns a tuple with the Birthday field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pet) GetBreedOk ¶
GetBreedOk returns a tuple with the Breed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pet) GetDeleted ¶
GetDeleted returns the Deleted field value if set, zero value otherwise.
func (*Pet) GetDeletedOk ¶
GetDeletedOk returns a tuple with the Deleted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pet) GetDevelopmentOptOut ¶
GetDevelopmentOptOut returns the DevelopmentOptOut field value if set, zero value otherwise.
func (*Pet) GetDevelopmentOptOutOk ¶
GetDevelopmentOptOutOk returns a tuple with the DevelopmentOptOut field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pet) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pet) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pet) GetSexOk ¶
GetSexOk returns a tuple with the Sex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pet) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pet) GetSpecies ¶
GetSpecies returns the Species field value if set, zero value otherwise.
func (*Pet) GetSpeciesOk ¶
GetSpeciesOk returns a tuple with the Species field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pet) GetUserOk ¶
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Pet) HasAdoptionDate ¶
HasAdoptionDate returns a boolean if a field has been set.
func (*Pet) HasAvatars ¶
HasAvatars returns a boolean if a field has been set.
func (*Pet) HasBirthday ¶
HasBirthday returns a boolean if a field has been set.
func (*Pet) HasDeleted ¶
HasDeleted returns a boolean if a field has been set.
func (*Pet) HasDevelopmentOptOut ¶
HasDevelopmentOptOut returns a boolean if a field has been set.
func (*Pet) HasSpecies ¶
HasSpecies returns a boolean if a field has been set.
func (Pet) MarshalJSON ¶
func (*Pet) SetAdoptionDate ¶
SetAdoptionDate gets a reference to the given string and assigns it to the AdoptionDate field.
func (*Pet) SetAvatars ¶
SetAvatars gets a reference to the given Avatars and assigns it to the Avatars field.
func (*Pet) SetBirthday ¶
SetBirthday gets a reference to the given string and assigns it to the Birthday field.
func (*Pet) SetBreed ¶
SetBreed gets a reference to the given string and assigns it to the Breed field.
func (*Pet) SetDeleted ¶
SetDeleted gets a reference to the given bool and assigns it to the Deleted field.
func (*Pet) SetDevelopmentOptOut ¶
SetDevelopmentOptOut gets a reference to the given bool and assigns it to the DevelopmentOptOut field.
func (*Pet) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Pet) SetSize ¶
SetSize gets a reference to the given string and assigns it to the Size field.
func (*Pet) SetSpecies ¶
SetSpecies gets a reference to the given string and assigns it to the Species field.
type Price ¶
type Price struct { URL *string `json:"URL,omitempty"` Id *int64 `json:"id,omitempty"` DateCreated *string `json:"dateCreated,omitempty"` AmountInCents *int64 `json:"amountInCents,omitempty"` AmountInDollarsAndCents *float32 `json:"amountInDollarsAndCents,omitempty"` TaxAsPercentage *float32 `json:"taxAsPercentage,omitempty"` TaxAmountInCents *int64 `json:"taxAmountInCents,omitempty"` LocaleTag *string `json:"localeTag,omitempty"` }
Price struct for Price
func NewPrice ¶
func NewPrice() *Price
NewPrice instantiates a new Price 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 NewPriceWithDefaults ¶
func NewPriceWithDefaults() *Price
NewPriceWithDefaults instantiates a new Price 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 (*Price) GetAmountInCents ¶
GetAmountInCents returns the AmountInCents field value if set, zero value otherwise.
func (*Price) GetAmountInCentsOk ¶
GetAmountInCentsOk returns a tuple with the AmountInCents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Price) GetAmountInDollarsAndCents ¶
GetAmountInDollarsAndCents returns the AmountInDollarsAndCents field value if set, zero value otherwise.
func (*Price) GetAmountInDollarsAndCentsOk ¶
GetAmountInDollarsAndCentsOk returns a tuple with the AmountInDollarsAndCents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Price) GetDateCreated ¶
GetDateCreated returns the DateCreated field value if set, zero value otherwise.
func (*Price) GetDateCreatedOk ¶
GetDateCreatedOk returns a tuple with the DateCreated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Price) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Price) GetLocaleTag ¶
GetLocaleTag returns the LocaleTag field value if set, zero value otherwise.
func (*Price) GetLocaleTagOk ¶
GetLocaleTagOk returns a tuple with the LocaleTag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Price) GetTaxAmountInCents ¶
GetTaxAmountInCents returns the TaxAmountInCents field value if set, zero value otherwise.
func (*Price) GetTaxAmountInCentsOk ¶
GetTaxAmountInCentsOk returns a tuple with the TaxAmountInCents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Price) GetTaxAsPercentage ¶
GetTaxAsPercentage returns the TaxAsPercentage field value if set, zero value otherwise.
func (*Price) GetTaxAsPercentageOk ¶
GetTaxAsPercentageOk returns a tuple with the TaxAsPercentage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Price) GetURLOk ¶
GetURLOk returns a tuple with the URL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Price) HasAmountInCents ¶
HasAmountInCents returns a boolean if a field has been set.
func (*Price) HasAmountInDollarsAndCents ¶
HasAmountInDollarsAndCents returns a boolean if a field has been set.
func (*Price) HasDateCreated ¶
HasDateCreated returns a boolean if a field has been set.
func (*Price) HasLocaleTag ¶
HasLocaleTag returns a boolean if a field has been set.
func (*Price) HasTaxAmountInCents ¶
HasTaxAmountInCents returns a boolean if a field has been set.
func (*Price) HasTaxAsPercentage ¶
HasTaxAsPercentage returns a boolean if a field has been set.
func (Price) MarshalJSON ¶
func (*Price) SetAmountInCents ¶
SetAmountInCents gets a reference to the given int64 and assigns it to the AmountInCents field.
func (*Price) SetAmountInDollarsAndCents ¶
SetAmountInDollarsAndCents gets a reference to the given float32 and assigns it to the AmountInDollarsAndCents field.
func (*Price) SetDateCreated ¶
SetDateCreated gets a reference to the given string and assigns it to the DateCreated field.
func (*Price) SetLocaleTag ¶
SetLocaleTag gets a reference to the given string and assigns it to the LocaleTag field.
func (*Price) SetTaxAmountInCents ¶
SetTaxAmountInCents gets a reference to the given int64 and assigns it to the TaxAmountInCents field.
func (*Price) SetTaxAsPercentage ¶
SetTaxAsPercentage gets a reference to the given float32 and assigns it to the TaxAsPercentage field.
type Relationship ¶
type Relationship struct { Name *string `json:"name,omitempty"` Label *string `json:"label,omitempty"` }
Relationship struct for Relationship
func NewRelationship ¶
func NewRelationship() *Relationship
NewRelationship instantiates a new Relationship 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 NewRelationshipWithDefaults ¶
func NewRelationshipWithDefaults() *Relationship
NewRelationshipWithDefaults instantiates a new Relationship 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 (*Relationship) GetLabel ¶
func (o *Relationship) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*Relationship) GetLabelOk ¶
func (o *Relationship) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Relationship) GetName ¶
func (o *Relationship) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*Relationship) GetNameOk ¶
func (o *Relationship) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Relationship) HasLabel ¶
func (o *Relationship) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*Relationship) HasName ¶
func (o *Relationship) HasName() bool
HasName returns a boolean if a field has been set.
func (Relationship) MarshalJSON ¶
func (o Relationship) MarshalJSON() ([]byte, error)
func (*Relationship) SetLabel ¶
func (o *Relationship) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*Relationship) SetName ¶
func (o *Relationship) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type Subscription ¶
type Subscription struct { URL *string `json:"URL,omitempty"` Id *int64 `json:"id,omitempty"` StartDate *int64 `json:"startDate,omitempty"` ExpiryDate *int64 `json:"expiryDate,omitempty"` StartDateDisplay *string `json:"startDateDisplay,omitempty"` ExpiryDateDisplay *string `json:"expiryDateDisplay,omitempty"` Status *string `json:"status,omitempty"` Renewal *string `json:"renewal,omitempty"` SubscriptionProductId *int64 `json:"subscriptionProductId,omitempty"` SubscriptionProduct *SubscriptionProduct `json:"subscriptionProduct,omitempty"` JournalId *int64 `json:"journalId,omitempty"` PaymentTransaction *PaymentTransaction `json:"paymentTransaction,omitempty"` }
Subscription struct for Subscription
func NewSubscription ¶
func NewSubscription() *Subscription
NewSubscription instantiates a new Subscription 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 NewSubscriptionWithDefaults ¶
func NewSubscriptionWithDefaults() *Subscription
NewSubscriptionWithDefaults instantiates a new Subscription 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 (*Subscription) GetExpiryDate ¶
func (o *Subscription) GetExpiryDate() int64
GetExpiryDate returns the ExpiryDate field value if set, zero value otherwise.
func (*Subscription) GetExpiryDateDisplay ¶
func (o *Subscription) GetExpiryDateDisplay() string
GetExpiryDateDisplay returns the ExpiryDateDisplay field value if set, zero value otherwise.
func (*Subscription) GetExpiryDateDisplayOk ¶
func (o *Subscription) GetExpiryDateDisplayOk() (*string, bool)
GetExpiryDateDisplayOk returns a tuple with the ExpiryDateDisplay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetExpiryDateOk ¶
func (o *Subscription) GetExpiryDateOk() (*int64, bool)
GetExpiryDateOk returns a tuple with the ExpiryDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetId ¶
func (o *Subscription) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*Subscription) GetIdOk ¶
func (o *Subscription) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetJournalId ¶
func (o *Subscription) GetJournalId() int64
GetJournalId returns the JournalId field value if set, zero value otherwise.
func (*Subscription) GetJournalIdOk ¶
func (o *Subscription) GetJournalIdOk() (*int64, bool)
GetJournalIdOk returns a tuple with the JournalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetPaymentTransaction ¶
func (o *Subscription) GetPaymentTransaction() PaymentTransaction
GetPaymentTransaction returns the PaymentTransaction field value if set, zero value otherwise.
func (*Subscription) GetPaymentTransactionOk ¶
func (o *Subscription) GetPaymentTransactionOk() (*PaymentTransaction, bool)
GetPaymentTransactionOk returns a tuple with the PaymentTransaction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetRenewal ¶
func (o *Subscription) GetRenewal() string
GetRenewal returns the Renewal field value if set, zero value otherwise.
func (*Subscription) GetRenewalOk ¶
func (o *Subscription) GetRenewalOk() (*string, bool)
GetRenewalOk returns a tuple with the Renewal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetStartDate ¶
func (o *Subscription) GetStartDate() int64
GetStartDate returns the StartDate field value if set, zero value otherwise.
func (*Subscription) GetStartDateDisplay ¶
func (o *Subscription) GetStartDateDisplay() string
GetStartDateDisplay returns the StartDateDisplay field value if set, zero value otherwise.
func (*Subscription) GetStartDateDisplayOk ¶
func (o *Subscription) GetStartDateDisplayOk() (*string, bool)
GetStartDateDisplayOk returns a tuple with the StartDateDisplay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetStartDateOk ¶
func (o *Subscription) GetStartDateOk() (*int64, bool)
GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetStatus ¶
func (o *Subscription) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*Subscription) GetStatusOk ¶
func (o *Subscription) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetSubscriptionProduct ¶
func (o *Subscription) GetSubscriptionProduct() SubscriptionProduct
GetSubscriptionProduct returns the SubscriptionProduct field value if set, zero value otherwise.
func (*Subscription) GetSubscriptionProductId ¶
func (o *Subscription) GetSubscriptionProductId() int64
GetSubscriptionProductId returns the SubscriptionProductId field value if set, zero value otherwise.
func (*Subscription) GetSubscriptionProductIdOk ¶
func (o *Subscription) GetSubscriptionProductIdOk() (*int64, bool)
GetSubscriptionProductIdOk returns a tuple with the SubscriptionProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetSubscriptionProductOk ¶
func (o *Subscription) GetSubscriptionProductOk() (*SubscriptionProduct, bool)
GetSubscriptionProductOk returns a tuple with the SubscriptionProduct field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) GetURL ¶
func (o *Subscription) GetURL() string
GetURL returns the URL field value if set, zero value otherwise.
func (*Subscription) GetURLOk ¶
func (o *Subscription) GetURLOk() (*string, bool)
GetURLOk returns a tuple with the URL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Subscription) HasExpiryDate ¶
func (o *Subscription) HasExpiryDate() bool
HasExpiryDate returns a boolean if a field has been set.
func (*Subscription) HasExpiryDateDisplay ¶
func (o *Subscription) HasExpiryDateDisplay() bool
HasExpiryDateDisplay returns a boolean if a field has been set.
func (*Subscription) HasId ¶
func (o *Subscription) HasId() bool
HasId returns a boolean if a field has been set.
func (*Subscription) HasJournalId ¶
func (o *Subscription) HasJournalId() bool
HasJournalId returns a boolean if a field has been set.
func (*Subscription) HasPaymentTransaction ¶
func (o *Subscription) HasPaymentTransaction() bool
HasPaymentTransaction returns a boolean if a field has been set.
func (*Subscription) HasRenewal ¶
func (o *Subscription) HasRenewal() bool
HasRenewal returns a boolean if a field has been set.
func (*Subscription) HasStartDate ¶
func (o *Subscription) HasStartDate() bool
HasStartDate returns a boolean if a field has been set.
func (*Subscription) HasStartDateDisplay ¶
func (o *Subscription) HasStartDateDisplay() bool
HasStartDateDisplay returns a boolean if a field has been set.
func (*Subscription) HasStatus ¶
func (o *Subscription) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*Subscription) HasSubscriptionProduct ¶
func (o *Subscription) HasSubscriptionProduct() bool
HasSubscriptionProduct returns a boolean if a field has been set.
func (*Subscription) HasSubscriptionProductId ¶
func (o *Subscription) HasSubscriptionProductId() bool
HasSubscriptionProductId returns a boolean if a field has been set.
func (*Subscription) HasURL ¶
func (o *Subscription) HasURL() bool
HasURL returns a boolean if a field has been set.
func (Subscription) MarshalJSON ¶
func (o Subscription) MarshalJSON() ([]byte, error)
func (*Subscription) SetExpiryDate ¶
func (o *Subscription) SetExpiryDate(v int64)
SetExpiryDate gets a reference to the given int64 and assigns it to the ExpiryDate field.
func (*Subscription) SetExpiryDateDisplay ¶
func (o *Subscription) SetExpiryDateDisplay(v string)
SetExpiryDateDisplay gets a reference to the given string and assigns it to the ExpiryDateDisplay field.
func (*Subscription) SetId ¶
func (o *Subscription) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*Subscription) SetJournalId ¶
func (o *Subscription) SetJournalId(v int64)
SetJournalId gets a reference to the given int64 and assigns it to the JournalId field.
func (*Subscription) SetPaymentTransaction ¶
func (o *Subscription) SetPaymentTransaction(v PaymentTransaction)
SetPaymentTransaction gets a reference to the given PaymentTransaction and assigns it to the PaymentTransaction field.
func (*Subscription) SetRenewal ¶
func (o *Subscription) SetRenewal(v string)
SetRenewal gets a reference to the given string and assigns it to the Renewal field.
func (*Subscription) SetStartDate ¶
func (o *Subscription) SetStartDate(v int64)
SetStartDate gets a reference to the given int64 and assigns it to the StartDate field.
func (*Subscription) SetStartDateDisplay ¶
func (o *Subscription) SetStartDateDisplay(v string)
SetStartDateDisplay gets a reference to the given string and assigns it to the StartDateDisplay field.
func (*Subscription) SetStatus ¶
func (o *Subscription) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*Subscription) SetSubscriptionProduct ¶
func (o *Subscription) SetSubscriptionProduct(v SubscriptionProduct)
SetSubscriptionProduct gets a reference to the given SubscriptionProduct and assigns it to the SubscriptionProduct field.
func (*Subscription) SetSubscriptionProductId ¶
func (o *Subscription) SetSubscriptionProductId(v int64)
SetSubscriptionProductId gets a reference to the given int64 and assigns it to the SubscriptionProductId field.
func (*Subscription) SetURL ¶
func (o *Subscription) SetURL(v string)
SetURL gets a reference to the given string and assigns it to the URL field.
type SubscriptionProduct ¶
type SubscriptionProduct struct { Id *int64 `json:"id,omitempty"` Code *string `json:"code,omitempty"` Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` DateCreated *string `json:"dateCreated,omitempty"` LastUpdated *string `json:"lastUpdated,omitempty"` ProductStatus *string `json:"productStatus,omitempty"` CodeAppStore *string `json:"codeAppStore,omitempty"` CodePlayStore *string `json:"codePlayStore,omitempty"` AmountInCents *int64 `json:"amountInCents,omitempty"` AmountInDollarsAndCents *float32 `json:"amountInDollarsAndCents,omitempty"` Price *Price `json:"price,omitempty"` URL *string `json:"URL,omitempty"` Tier *string `json:"tier,omitempty"` CycleDuration *int64 `json:"cycleDuration,omitempty"` Cycle *Cycle `json:"cycle,omitempty"` Features []Features `json:"features,omitempty"` }
SubscriptionProduct struct for SubscriptionProduct
func NewSubscriptionProduct ¶
func NewSubscriptionProduct() *SubscriptionProduct
NewSubscriptionProduct instantiates a new SubscriptionProduct 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 NewSubscriptionProductWithDefaults ¶
func NewSubscriptionProductWithDefaults() *SubscriptionProduct
NewSubscriptionProductWithDefaults instantiates a new SubscriptionProduct 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 (*SubscriptionProduct) GetAmountInCents ¶
func (o *SubscriptionProduct) GetAmountInCents() int64
GetAmountInCents returns the AmountInCents field value if set, zero value otherwise.
func (*SubscriptionProduct) GetAmountInCentsOk ¶
func (o *SubscriptionProduct) GetAmountInCentsOk() (*int64, bool)
GetAmountInCentsOk returns a tuple with the AmountInCents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetAmountInDollarsAndCents ¶
func (o *SubscriptionProduct) GetAmountInDollarsAndCents() float32
GetAmountInDollarsAndCents returns the AmountInDollarsAndCents field value if set, zero value otherwise.
func (*SubscriptionProduct) GetAmountInDollarsAndCentsOk ¶
func (o *SubscriptionProduct) GetAmountInDollarsAndCentsOk() (*float32, bool)
GetAmountInDollarsAndCentsOk returns a tuple with the AmountInDollarsAndCents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetCode ¶
func (o *SubscriptionProduct) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*SubscriptionProduct) GetCodeAppStore ¶
func (o *SubscriptionProduct) GetCodeAppStore() string
GetCodeAppStore returns the CodeAppStore field value if set, zero value otherwise.
func (*SubscriptionProduct) GetCodeAppStoreOk ¶
func (o *SubscriptionProduct) GetCodeAppStoreOk() (*string, bool)
GetCodeAppStoreOk returns a tuple with the CodeAppStore field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetCodeOk ¶
func (o *SubscriptionProduct) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetCodePlayStore ¶
func (o *SubscriptionProduct) GetCodePlayStore() string
GetCodePlayStore returns the CodePlayStore field value if set, zero value otherwise.
func (*SubscriptionProduct) GetCodePlayStoreOk ¶
func (o *SubscriptionProduct) GetCodePlayStoreOk() (*string, bool)
GetCodePlayStoreOk returns a tuple with the CodePlayStore field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetCycle ¶
func (o *SubscriptionProduct) GetCycle() Cycle
GetCycle returns the Cycle field value if set, zero value otherwise.
func (*SubscriptionProduct) GetCycleDuration ¶
func (o *SubscriptionProduct) GetCycleDuration() int64
GetCycleDuration returns the CycleDuration field value if set, zero value otherwise.
func (*SubscriptionProduct) GetCycleDurationOk ¶
func (o *SubscriptionProduct) GetCycleDurationOk() (*int64, bool)
GetCycleDurationOk returns a tuple with the CycleDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetCycleOk ¶
func (o *SubscriptionProduct) GetCycleOk() (*Cycle, bool)
GetCycleOk returns a tuple with the Cycle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetDateCreated ¶
func (o *SubscriptionProduct) GetDateCreated() string
GetDateCreated returns the DateCreated field value if set, zero value otherwise.
func (*SubscriptionProduct) GetDateCreatedOk ¶
func (o *SubscriptionProduct) GetDateCreatedOk() (*string, bool)
GetDateCreatedOk returns a tuple with the DateCreated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetDescription ¶
func (o *SubscriptionProduct) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*SubscriptionProduct) GetDescriptionOk ¶
func (o *SubscriptionProduct) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetFeatures ¶
func (o *SubscriptionProduct) GetFeatures() []Features
GetFeatures returns the Features field value if set, zero value otherwise.
func (*SubscriptionProduct) GetFeaturesOk ¶
func (o *SubscriptionProduct) GetFeaturesOk() ([]Features, bool)
GetFeaturesOk returns a tuple with the Features field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetId ¶
func (o *SubscriptionProduct) GetId() int64
GetId returns the Id field value if set, zero value otherwise.
func (*SubscriptionProduct) GetIdOk ¶
func (o *SubscriptionProduct) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetLastUpdated ¶
func (o *SubscriptionProduct) GetLastUpdated() string
GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.
func (*SubscriptionProduct) GetLastUpdatedOk ¶
func (o *SubscriptionProduct) GetLastUpdatedOk() (*string, bool)
GetLastUpdatedOk returns a tuple with the LastUpdated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetName ¶
func (o *SubscriptionProduct) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SubscriptionProduct) GetNameOk ¶
func (o *SubscriptionProduct) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetPrice ¶
func (o *SubscriptionProduct) GetPrice() Price
GetPrice returns the Price field value if set, zero value otherwise.
func (*SubscriptionProduct) GetPriceOk ¶
func (o *SubscriptionProduct) GetPriceOk() (*Price, bool)
GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetProductStatus ¶
func (o *SubscriptionProduct) GetProductStatus() string
GetProductStatus returns the ProductStatus field value if set, zero value otherwise.
func (*SubscriptionProduct) GetProductStatusOk ¶
func (o *SubscriptionProduct) GetProductStatusOk() (*string, bool)
GetProductStatusOk returns a tuple with the ProductStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetTier ¶
func (o *SubscriptionProduct) GetTier() string
GetTier returns the Tier field value if set, zero value otherwise.
func (*SubscriptionProduct) GetTierOk ¶
func (o *SubscriptionProduct) GetTierOk() (*string, bool)
GetTierOk returns a tuple with the Tier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) GetURL ¶
func (o *SubscriptionProduct) GetURL() string
GetURL returns the URL field value if set, zero value otherwise.
func (*SubscriptionProduct) GetURLOk ¶
func (o *SubscriptionProduct) GetURLOk() (*string, bool)
GetURLOk returns a tuple with the URL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionProduct) HasAmountInCents ¶
func (o *SubscriptionProduct) HasAmountInCents() bool
HasAmountInCents returns a boolean if a field has been set.
func (*SubscriptionProduct) HasAmountInDollarsAndCents ¶
func (o *SubscriptionProduct) HasAmountInDollarsAndCents() bool
HasAmountInDollarsAndCents returns a boolean if a field has been set.
func (*SubscriptionProduct) HasCode ¶
func (o *SubscriptionProduct) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*SubscriptionProduct) HasCodeAppStore ¶
func (o *SubscriptionProduct) HasCodeAppStore() bool
HasCodeAppStore returns a boolean if a field has been set.
func (*SubscriptionProduct) HasCodePlayStore ¶
func (o *SubscriptionProduct) HasCodePlayStore() bool
HasCodePlayStore returns a boolean if a field has been set.
func (*SubscriptionProduct) HasCycle ¶
func (o *SubscriptionProduct) HasCycle() bool
HasCycle returns a boolean if a field has been set.
func (*SubscriptionProduct) HasCycleDuration ¶
func (o *SubscriptionProduct) HasCycleDuration() bool
HasCycleDuration returns a boolean if a field has been set.
func (*SubscriptionProduct) HasDateCreated ¶
func (o *SubscriptionProduct) HasDateCreated() bool
HasDateCreated returns a boolean if a field has been set.
func (*SubscriptionProduct) HasDescription ¶
func (o *SubscriptionProduct) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*SubscriptionProduct) HasFeatures ¶
func (o *SubscriptionProduct) HasFeatures() bool
HasFeatures returns a boolean if a field has been set.
func (*SubscriptionProduct) HasId ¶
func (o *SubscriptionProduct) HasId() bool
HasId returns a boolean if a field has been set.
func (*SubscriptionProduct) HasLastUpdated ¶
func (o *SubscriptionProduct) HasLastUpdated() bool
HasLastUpdated returns a boolean if a field has been set.
func (*SubscriptionProduct) HasName ¶
func (o *SubscriptionProduct) HasName() bool
HasName returns a boolean if a field has been set.
func (*SubscriptionProduct) HasPrice ¶
func (o *SubscriptionProduct) HasPrice() bool
HasPrice returns a boolean if a field has been set.
func (*SubscriptionProduct) HasProductStatus ¶
func (o *SubscriptionProduct) HasProductStatus() bool
HasProductStatus returns a boolean if a field has been set.
func (*SubscriptionProduct) HasTier ¶
func (o *SubscriptionProduct) HasTier() bool
HasTier returns a boolean if a field has been set.
func (*SubscriptionProduct) HasURL ¶
func (o *SubscriptionProduct) HasURL() bool
HasURL returns a boolean if a field has been set.
func (SubscriptionProduct) MarshalJSON ¶
func (o SubscriptionProduct) MarshalJSON() ([]byte, error)
func (*SubscriptionProduct) SetAmountInCents ¶
func (o *SubscriptionProduct) SetAmountInCents(v int64)
SetAmountInCents gets a reference to the given int64 and assigns it to the AmountInCents field.
func (*SubscriptionProduct) SetAmountInDollarsAndCents ¶
func (o *SubscriptionProduct) SetAmountInDollarsAndCents(v float32)
SetAmountInDollarsAndCents gets a reference to the given float32 and assigns it to the AmountInDollarsAndCents field.
func (*SubscriptionProduct) SetCode ¶
func (o *SubscriptionProduct) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*SubscriptionProduct) SetCodeAppStore ¶
func (o *SubscriptionProduct) SetCodeAppStore(v string)
SetCodeAppStore gets a reference to the given string and assigns it to the CodeAppStore field.
func (*SubscriptionProduct) SetCodePlayStore ¶
func (o *SubscriptionProduct) SetCodePlayStore(v string)
SetCodePlayStore gets a reference to the given string and assigns it to the CodePlayStore field.
func (*SubscriptionProduct) SetCycle ¶
func (o *SubscriptionProduct) SetCycle(v Cycle)
SetCycle gets a reference to the given Cycle and assigns it to the Cycle field.
func (*SubscriptionProduct) SetCycleDuration ¶
func (o *SubscriptionProduct) SetCycleDuration(v int64)
SetCycleDuration gets a reference to the given int64 and assigns it to the CycleDuration field.
func (*SubscriptionProduct) SetDateCreated ¶
func (o *SubscriptionProduct) SetDateCreated(v string)
SetDateCreated gets a reference to the given string and assigns it to the DateCreated field.
func (*SubscriptionProduct) SetDescription ¶
func (o *SubscriptionProduct) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*SubscriptionProduct) SetFeatures ¶
func (o *SubscriptionProduct) SetFeatures(v []Features)
SetFeatures gets a reference to the given []Features and assigns it to the Features field.
func (*SubscriptionProduct) SetId ¶
func (o *SubscriptionProduct) SetId(v int64)
SetId gets a reference to the given int64 and assigns it to the Id field.
func (*SubscriptionProduct) SetLastUpdated ¶
func (o *SubscriptionProduct) SetLastUpdated(v string)
SetLastUpdated gets a reference to the given string and assigns it to the LastUpdated field.
func (*SubscriptionProduct) SetName ¶
func (o *SubscriptionProduct) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*SubscriptionProduct) SetPrice ¶
func (o *SubscriptionProduct) SetPrice(v Price)
SetPrice gets a reference to the given Price and assigns it to the Price field.
func (*SubscriptionProduct) SetProductStatus ¶
func (o *SubscriptionProduct) SetProductStatus(v string)
SetProductStatus gets a reference to the given string and assigns it to the ProductStatus field.
func (*SubscriptionProduct) SetTier ¶
func (o *SubscriptionProduct) SetTier(v string)
SetTier gets a reference to the given string and assigns it to the Tier field.
func (*SubscriptionProduct) SetURL ¶
func (o *SubscriptionProduct) SetURL(v string)
SetURL gets a reference to the given string and assigns it to the URL field.
type TimeZone ¶
type TimeZone struct { Label *string `json:"label,omitempty"` Name *string `json:"name,omitempty"` }
TimeZone struct for TimeZone
func NewTimeZone ¶
func NewTimeZone() *TimeZone
NewTimeZone instantiates a new TimeZone 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 NewTimeZoneWithDefaults ¶
func NewTimeZoneWithDefaults() *TimeZone
NewTimeZoneWithDefaults instantiates a new TimeZone 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 (*TimeZone) GetLabelOk ¶
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TimeZone) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (TimeZone) MarshalJSON ¶
type User ¶
type User struct { URL *string `json:"URL,omitempty"` Avatars *Avatars `json:"avatars,omitempty"` DateStyle *DateStyle `json:"dateStyle,omitempty"` Deleted *bool `json:"deleted,omitempty"` EmailAddress *string `json:"emailAddress,omitempty"` EmailFrequencyOnNewComment *EmailFrequency `json:"emailFrequencyOnNewComment,omitempty"` EmailFrequencyOnNewEmotion *EmailFrequency `json:"emailFrequencyOnNewEmotion,omitempty"` EmailMarketingOptOut *bool `json:"emailMarketingOptOut,omitempty"` EmailOptOut *bool `json:"emailOptOut,omitempty"` EmailWeeklySummary *bool `json:"emailWeeklySummary,omitempty"` ExternalProviderRef *string `json:"externalProviderRef,omitempty"` FacebookId *string `json:"facebookId,omitempty"` FirstLoggedInTimestamp *int64 `json:"firstLoggedInTimestamp,omitempty"` FirstName *string `json:"firstName,omitempty"` FullName *string `json:"fullName,omitempty"` HasMemoriesAccess *bool `json:"hasMemoriesAccess,omitempty"` Id *int64 `json:"id,omitempty"` InstagramId *string `json:"instagramId,omitempty"` InstagramUsername *string `json:"instagramUsername,omitempty"` LastEmailOpenTimestamp *int64 `json:"lastEmailOpenTimestamp,omitempty"` LastLoggedInTimestamp *int64 `json:"lastLoggedInTimestamp,omitempty"` LastName *string `json:"lastName,omitempty"` LastUpdatedTimestamp *int64 `json:"lastUpdatedTimestamp,omitempty"` MeasurementSystem *MeasurementSystem `json:"measurementSystem,omitempty"` PublicUsername *string `json:"publicUsername,omitempty"` ReferralCode *string `json:"referralCode,omitempty"` ReferralUrl *string `json:"referralUrl,omitempty"` TimeZone *TimeZone `json:"timeZone,omitempty"` TimeZoneOffset *int64 `json:"timeZoneOffset,omitempty"` Timestamp *int64 `json:"timestamp,omitempty"` Username *string `json:"username,omitempty"` }
User struct for User
func NewUser ¶
func NewUser() *User
NewUser instantiates a new User 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 NewUserWithDefaults ¶
func NewUserWithDefaults() *User
NewUserWithDefaults instantiates a new User 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 (*User) GetAvatars ¶
GetAvatars returns the Avatars field value if set, zero value otherwise.
func (*User) GetAvatarsOk ¶
GetAvatarsOk returns a tuple with the Avatars field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetDateStyle ¶
GetDateStyle returns the DateStyle field value if set, zero value otherwise.
func (*User) GetDateStyleOk ¶
GetDateStyleOk returns a tuple with the DateStyle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetDeleted ¶
GetDeleted returns the Deleted field value if set, zero value otherwise.
func (*User) GetDeletedOk ¶
GetDeletedOk returns a tuple with the Deleted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetEmailAddress ¶
GetEmailAddress returns the EmailAddress field value if set, zero value otherwise.
func (*User) GetEmailAddressOk ¶
GetEmailAddressOk returns a tuple with the EmailAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetEmailFrequencyOnNewComment ¶
func (o *User) GetEmailFrequencyOnNewComment() EmailFrequency
GetEmailFrequencyOnNewComment returns the EmailFrequencyOnNewComment field value if set, zero value otherwise.
func (*User) GetEmailFrequencyOnNewCommentOk ¶
func (o *User) GetEmailFrequencyOnNewCommentOk() (*EmailFrequency, bool)
GetEmailFrequencyOnNewCommentOk returns a tuple with the EmailFrequencyOnNewComment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetEmailFrequencyOnNewEmotion ¶
func (o *User) GetEmailFrequencyOnNewEmotion() EmailFrequency
GetEmailFrequencyOnNewEmotion returns the EmailFrequencyOnNewEmotion field value if set, zero value otherwise.
func (*User) GetEmailFrequencyOnNewEmotionOk ¶
func (o *User) GetEmailFrequencyOnNewEmotionOk() (*EmailFrequency, bool)
GetEmailFrequencyOnNewEmotionOk returns a tuple with the EmailFrequencyOnNewEmotion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetEmailMarketingOptOut ¶
GetEmailMarketingOptOut returns the EmailMarketingOptOut field value if set, zero value otherwise.
func (*User) GetEmailMarketingOptOutOk ¶
GetEmailMarketingOptOutOk returns a tuple with the EmailMarketingOptOut field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetEmailOptOut ¶
GetEmailOptOut returns the EmailOptOut field value if set, zero value otherwise.
func (*User) GetEmailOptOutOk ¶
GetEmailOptOutOk returns a tuple with the EmailOptOut field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetEmailWeeklySummary ¶
GetEmailWeeklySummary returns the EmailWeeklySummary field value if set, zero value otherwise.
func (*User) GetEmailWeeklySummaryOk ¶
GetEmailWeeklySummaryOk returns a tuple with the EmailWeeklySummary field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetExternalProviderRef ¶
GetExternalProviderRef returns the ExternalProviderRef field value if set, zero value otherwise.
func (*User) GetExternalProviderRefOk ¶
GetExternalProviderRefOk returns a tuple with the ExternalProviderRef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetFacebookId ¶
GetFacebookId returns the FacebookId field value if set, zero value otherwise.
func (*User) GetFacebookIdOk ¶
GetFacebookIdOk returns a tuple with the FacebookId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetFirstLoggedInTimestamp ¶
GetFirstLoggedInTimestamp returns the FirstLoggedInTimestamp field value if set, zero value otherwise.
func (*User) GetFirstLoggedInTimestampOk ¶
GetFirstLoggedInTimestampOk returns a tuple with the FirstLoggedInTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetFirstName ¶
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*User) GetFirstNameOk ¶
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetFullName ¶
GetFullName returns the FullName field value if set, zero value otherwise.
func (*User) GetFullNameOk ¶
GetFullNameOk returns a tuple with the FullName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetHasMemoriesAccess ¶
GetHasMemoriesAccess returns the HasMemoriesAccess field value if set, zero value otherwise.
func (*User) GetHasMemoriesAccessOk ¶
GetHasMemoriesAccessOk returns a tuple with the HasMemoriesAccess field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetInstagramId ¶
GetInstagramId returns the InstagramId field value if set, zero value otherwise.
func (*User) GetInstagramIdOk ¶
GetInstagramIdOk returns a tuple with the InstagramId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetInstagramUsername ¶
GetInstagramUsername returns the InstagramUsername field value if set, zero value otherwise.
func (*User) GetInstagramUsernameOk ¶
GetInstagramUsernameOk returns a tuple with the InstagramUsername field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetLastEmailOpenTimestamp ¶
GetLastEmailOpenTimestamp returns the LastEmailOpenTimestamp field value if set, zero value otherwise.
func (*User) GetLastEmailOpenTimestampOk ¶
GetLastEmailOpenTimestampOk returns a tuple with the LastEmailOpenTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetLastLoggedInTimestamp ¶
GetLastLoggedInTimestamp returns the LastLoggedInTimestamp field value if set, zero value otherwise.
func (*User) GetLastLoggedInTimestampOk ¶
GetLastLoggedInTimestampOk returns a tuple with the LastLoggedInTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetLastName ¶
GetLastName returns the LastName field value if set, zero value otherwise.
func (*User) GetLastNameOk ¶
GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetLastUpdatedTimestamp ¶
GetLastUpdatedTimestamp returns the LastUpdatedTimestamp field value if set, zero value otherwise.
func (*User) GetLastUpdatedTimestampOk ¶
GetLastUpdatedTimestampOk returns a tuple with the LastUpdatedTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetMeasurementSystem ¶
func (o *User) GetMeasurementSystem() MeasurementSystem
GetMeasurementSystem returns the MeasurementSystem field value if set, zero value otherwise.
func (*User) GetMeasurementSystemOk ¶
func (o *User) GetMeasurementSystemOk() (*MeasurementSystem, bool)
GetMeasurementSystemOk returns a tuple with the MeasurementSystem field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetPublicUsername ¶
GetPublicUsername returns the PublicUsername field value if set, zero value otherwise.
func (*User) GetPublicUsernameOk ¶
GetPublicUsernameOk returns a tuple with the PublicUsername field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetReferralCode ¶
GetReferralCode returns the ReferralCode field value if set, zero value otherwise.
func (*User) GetReferralCodeOk ¶
GetReferralCodeOk returns a tuple with the ReferralCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetReferralUrl ¶
GetReferralUrl returns the ReferralUrl field value if set, zero value otherwise.
func (*User) GetReferralUrlOk ¶
GetReferralUrlOk returns a tuple with the ReferralUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetTimeZone ¶
GetTimeZone returns the TimeZone field value if set, zero value otherwise.
func (*User) GetTimeZoneOffset ¶
GetTimeZoneOffset returns the TimeZoneOffset field value if set, zero value otherwise.
func (*User) GetTimeZoneOffsetOk ¶
GetTimeZoneOffsetOk returns a tuple with the TimeZoneOffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetTimeZoneOk ¶
GetTimeZoneOk returns a tuple with the TimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetTimestamp ¶
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*User) GetTimestampOk ¶
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetURLOk ¶
GetURLOk returns a tuple with the URL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetUsername ¶
GetUsername returns the Username field value if set, zero value otherwise.
func (*User) GetUsernameOk ¶
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) HasAvatars ¶
HasAvatars returns a boolean if a field has been set.
func (*User) HasDateStyle ¶
HasDateStyle returns a boolean if a field has been set.
func (*User) HasDeleted ¶
HasDeleted returns a boolean if a field has been set.
func (*User) HasEmailAddress ¶
HasEmailAddress returns a boolean if a field has been set.
func (*User) HasEmailFrequencyOnNewComment ¶
HasEmailFrequencyOnNewComment returns a boolean if a field has been set.
func (*User) HasEmailFrequencyOnNewEmotion ¶
HasEmailFrequencyOnNewEmotion returns a boolean if a field has been set.
func (*User) HasEmailMarketingOptOut ¶
HasEmailMarketingOptOut returns a boolean if a field has been set.
func (*User) HasEmailOptOut ¶
HasEmailOptOut returns a boolean if a field has been set.
func (*User) HasEmailWeeklySummary ¶
HasEmailWeeklySummary returns a boolean if a field has been set.
func (*User) HasExternalProviderRef ¶
HasExternalProviderRef returns a boolean if a field has been set.
func (*User) HasFacebookId ¶
HasFacebookId returns a boolean if a field has been set.
func (*User) HasFirstLoggedInTimestamp ¶
HasFirstLoggedInTimestamp returns a boolean if a field has been set.
func (*User) HasFirstName ¶
HasFirstName returns a boolean if a field has been set.
func (*User) HasFullName ¶
HasFullName returns a boolean if a field has been set.
func (*User) HasHasMemoriesAccess ¶
HasHasMemoriesAccess returns a boolean if a field has been set.
func (*User) HasInstagramId ¶
HasInstagramId returns a boolean if a field has been set.
func (*User) HasInstagramUsername ¶
HasInstagramUsername returns a boolean if a field has been set.
func (*User) HasLastEmailOpenTimestamp ¶
HasLastEmailOpenTimestamp returns a boolean if a field has been set.
func (*User) HasLastLoggedInTimestamp ¶
HasLastLoggedInTimestamp returns a boolean if a field has been set.
func (*User) HasLastName ¶
HasLastName returns a boolean if a field has been set.
func (*User) HasLastUpdatedTimestamp ¶
HasLastUpdatedTimestamp returns a boolean if a field has been set.
func (*User) HasMeasurementSystem ¶
HasMeasurementSystem returns a boolean if a field has been set.
func (*User) HasPublicUsername ¶
HasPublicUsername returns a boolean if a field has been set.
func (*User) HasReferralCode ¶
HasReferralCode returns a boolean if a field has been set.
func (*User) HasReferralUrl ¶
HasReferralUrl returns a boolean if a field has been set.
func (*User) HasTimeZone ¶
HasTimeZone returns a boolean if a field has been set.
func (*User) HasTimeZoneOffset ¶
HasTimeZoneOffset returns a boolean if a field has been set.
func (*User) HasTimestamp ¶
HasTimestamp returns a boolean if a field has been set.
func (*User) HasUsername ¶
HasUsername returns a boolean if a field has been set.
func (User) MarshalJSON ¶
func (*User) SetAvatars ¶
SetAvatars gets a reference to the given Avatars and assigns it to the Avatars field.
func (*User) SetDateStyle ¶
SetDateStyle gets a reference to the given DateStyle and assigns it to the DateStyle field.
func (*User) SetDeleted ¶
SetDeleted gets a reference to the given bool and assigns it to the Deleted field.
func (*User) SetEmailAddress ¶
SetEmailAddress gets a reference to the given string and assigns it to the EmailAddress field.
func (*User) SetEmailFrequencyOnNewComment ¶
func (o *User) SetEmailFrequencyOnNewComment(v EmailFrequency)
SetEmailFrequencyOnNewComment gets a reference to the given EmailFrequency and assigns it to the EmailFrequencyOnNewComment field.
func (*User) SetEmailFrequencyOnNewEmotion ¶
func (o *User) SetEmailFrequencyOnNewEmotion(v EmailFrequency)
SetEmailFrequencyOnNewEmotion gets a reference to the given EmailFrequency and assigns it to the EmailFrequencyOnNewEmotion field.
func (*User) SetEmailMarketingOptOut ¶
SetEmailMarketingOptOut gets a reference to the given bool and assigns it to the EmailMarketingOptOut field.
func (*User) SetEmailOptOut ¶
SetEmailOptOut gets a reference to the given bool and assigns it to the EmailOptOut field.
func (*User) SetEmailWeeklySummary ¶
SetEmailWeeklySummary gets a reference to the given bool and assigns it to the EmailWeeklySummary field.
func (*User) SetExternalProviderRef ¶
SetExternalProviderRef gets a reference to the given string and assigns it to the ExternalProviderRef field.
func (*User) SetFacebookId ¶
SetFacebookId gets a reference to the given string and assigns it to the FacebookId field.
func (*User) SetFirstLoggedInTimestamp ¶
SetFirstLoggedInTimestamp gets a reference to the given int64 and assigns it to the FirstLoggedInTimestamp field.
func (*User) SetFirstName ¶
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*User) SetFullName ¶
SetFullName gets a reference to the given string and assigns it to the FullName field.
func (*User) SetHasMemoriesAccess ¶
SetHasMemoriesAccess gets a reference to the given bool and assigns it to the HasMemoriesAccess field.
func (*User) SetInstagramId ¶
SetInstagramId gets a reference to the given string and assigns it to the InstagramId field.
func (*User) SetInstagramUsername ¶
SetInstagramUsername gets a reference to the given string and assigns it to the InstagramUsername field.
func (*User) SetLastEmailOpenTimestamp ¶
SetLastEmailOpenTimestamp gets a reference to the given int64 and assigns it to the LastEmailOpenTimestamp field.
func (*User) SetLastLoggedInTimestamp ¶
SetLastLoggedInTimestamp gets a reference to the given int64 and assigns it to the LastLoggedInTimestamp field.
func (*User) SetLastName ¶
SetLastName gets a reference to the given string and assigns it to the LastName field.
func (*User) SetLastUpdatedTimestamp ¶
SetLastUpdatedTimestamp gets a reference to the given int64 and assigns it to the LastUpdatedTimestamp field.
func (*User) SetMeasurementSystem ¶
func (o *User) SetMeasurementSystem(v MeasurementSystem)
SetMeasurementSystem gets a reference to the given MeasurementSystem and assigns it to the MeasurementSystem field.
func (*User) SetPublicUsername ¶
SetPublicUsername gets a reference to the given string and assigns it to the PublicUsername field.
func (*User) SetReferralCode ¶
SetReferralCode gets a reference to the given string and assigns it to the ReferralCode field.
func (*User) SetReferralUrl ¶
SetReferralUrl gets a reference to the given string and assigns it to the ReferralUrl field.
func (*User) SetTimeZone ¶
SetTimeZone gets a reference to the given TimeZone and assigns it to the TimeZone field.
func (*User) SetTimeZoneOffset ¶
SetTimeZoneOffset gets a reference to the given int64 and assigns it to the TimeZoneOffset field.
func (*User) SetTimestamp ¶
SetTimestamp gets a reference to the given int64 and assigns it to the Timestamp field.
func (*User) SetUsername ¶
SetUsername gets a reference to the given string and assigns it to the Username field.
type UsersMe ¶
UsersMe struct for UsersMe
func NewUsersMe ¶
func NewUsersMe() *UsersMe
NewUsersMe instantiates a new UsersMe 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 NewUsersMeWithDefaults ¶
func NewUsersMeWithDefaults() *UsersMe
NewUsersMeWithDefaults instantiates a new UsersMe 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 (*UsersMe) GetStatusOk ¶
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UsersMe) GetUserOk ¶
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (UsersMe) MarshalJSON ¶
Source Files ¶
- api_auth.go
- api_followings.go
- api_journals.go
- client.go
- configuration.go
- model_authenticate_requst.go
- model_authenticate_response.go
- model_avatars.go
- model_blob.go
- model_child.go
- model_cover_theme.go
- model_cycle.go
- model_date_style.go
- model_email_frequency.go
- model_emotion.go
- model_emotion_type.go
- model_entries.go
- model_entry.go
- model_features.go
- model_following.go
- model_followings.go
- model_journal.go
- model_journals.go
- model_measurement_system.go
- model_payment_transaction.go
- model_pet.go
- model_price.go
- model_relationship.go
- model_subscription.go
- model_subscription_product.go
- model_time_zone.go
- model_user.go
- model_users_me.go
- response.go
- utils.go