Versions in this module Expand all Collapse all v0 v0.4.0 Jan 15, 2022 Changes in this version + func InvalidKeys(keys ...string) []string + type Datastore struct + func New(url string) *Datastore + func (d *Datastore) Get(ctx context.Context, keys ...string) (map[string][]byte, error) + func (d *Datastore) ListenOnUpdates(ctx context.Context, keychanger Updater, errHandler func(error)) + func (d *Datastore) RegisterCalculatedField(field string, ...) + func (d *Datastore) RegisterChangeListener(f func(map[string][]byte) error) + func (d *Datastore) RequestKeys(url string, keys []string) (map[string][]byte, error) + func (d *Datastore) ResetCache() + type DoesNotExistError string + func (e DoesNotExistError) Error() string + type Getter interface + Get func(ctx context.Context, keys ...string) (map[string][]byte, error) + type Recorder struct + func NewRecorder(g Getter) *Recorder + func (r *Recorder) Get(ctx context.Context, keys ...string) (map[string][]byte, error) + func (r *Recorder) Keys() map[string]bool + type Request struct + func NewRequest(getter Getter) *Request + func (r *Request) AgendaItem_ChildIDs(agendaItemID int) *ValueIntSlice + func (r *Request) AgendaItem_Closed(agendaItemID int) *ValueBool + func (r *Request) AgendaItem_Comment(agendaItemID int) *ValueString + func (r *Request) AgendaItem_ContentObjectID(agendaItemID int) *ValueString + func (r *Request) AgendaItem_Duration(agendaItemID int) *ValueInt + func (r *Request) AgendaItem_ID(agendaItemID int) *ValueInt + func (r *Request) AgendaItem_IsHidden(agendaItemID int) *ValueBool + func (r *Request) AgendaItem_IsInternal(agendaItemID int) *ValueBool + func (r *Request) AgendaItem_ItemNumber(agendaItemID int) *ValueString + func (r *Request) AgendaItem_Level(agendaItemID int) *ValueInt + func (r *Request) AgendaItem_MeetingID(agendaItemID int) *ValueInt + func (r *Request) AgendaItem_ParentID(agendaItemID int) *ValueMaybeInt + func (r *Request) AgendaItem_ProjectionIDs(agendaItemID int) *ValueIntSlice + func (r *Request) AgendaItem_TagIDs(agendaItemID int) *ValueIntSlice + func (r *Request) AgendaItem_Type(agendaItemID int) *ValueString + func (r *Request) AgendaItem_Weight(agendaItemID int) *ValueInt + func (r *Request) AssignmentCandidate_AssignmentID(assignmentCandidateID int) *ValueInt + func (r *Request) AssignmentCandidate_ID(assignmentCandidateID int) *ValueInt + func (r *Request) AssignmentCandidate_MeetingID(assignmentCandidateID int) *ValueInt + func (r *Request) AssignmentCandidate_UserID(assignmentCandidateID int) *ValueInt + func (r *Request) AssignmentCandidate_Weight(assignmentCandidateID int) *ValueInt + func (r *Request) Assignment_AgendaItemID(assignmentID int) *ValueMaybeInt + func (r *Request) Assignment_AttachmentIDs(assignmentID int) *ValueIntSlice + func (r *Request) Assignment_CandidateIDs(assignmentID int) *ValueIntSlice + func (r *Request) Assignment_DefaultPollDescription(assignmentID int) *ValueString + func (r *Request) Assignment_Description(assignmentID int) *ValueString + func (r *Request) Assignment_ID(assignmentID int) *ValueInt + func (r *Request) Assignment_ListOfSpeakersID(assignmentID int) *ValueInt + func (r *Request) Assignment_MeetingID(assignmentID int) *ValueInt + func (r *Request) Assignment_NumberPollCandidates(assignmentID int) *ValueBool + func (r *Request) Assignment_OpenPosts(assignmentID int) *ValueInt + func (r *Request) Assignment_Phase(assignmentID int) *ValueString + func (r *Request) Assignment_PollIDs(assignmentID int) *ValueIntSlice + func (r *Request) Assignment_ProjectionIDs(assignmentID int) *ValueIntSlice + func (r *Request) Assignment_TagIDs(assignmentID int) *ValueIntSlice + func (r *Request) Assignment_Title(assignmentID int) *ValueString + func (r *Request) ChatGroup_ChatMessageIDs(chatGroupID int) *ValueIntSlice + func (r *Request) ChatGroup_ID(chatGroupID int) *ValueInt + func (r *Request) ChatGroup_MeetingID(chatGroupID int) *ValueInt + func (r *Request) ChatGroup_Name(chatGroupID int) *ValueString + func (r *Request) ChatGroup_ReadGroupIDs(chatGroupID int) *ValueIntSlice + func (r *Request) ChatGroup_Weight(chatGroupID int) *ValueInt + func (r *Request) ChatGroup_WriteGroupIDs(chatGroupID int) *ValueIntSlice + func (r *Request) ChatMessage_ChatGroupID(chatMessageID int) *ValueInt + func (r *Request) ChatMessage_Content(chatMessageID int) *ValueString + func (r *Request) ChatMessage_Created(chatMessageID int) *ValueInt + func (r *Request) ChatMessage_ID(chatMessageID int) *ValueInt + func (r *Request) ChatMessage_MeetingID(chatMessageID int) *ValueInt + func (r *Request) ChatMessage_UserID(chatMessageID int) *ValueInt + func (r *Request) Committee_DefaultMeetingID(committeeID int) *ValueMaybeInt + func (r *Request) Committee_Description(committeeID int) *ValueString + func (r *Request) Committee_ForwardToCommitteeIDs(committeeID int) *ValueIntSlice + func (r *Request) Committee_ID(committeeID int) *ValueInt + func (r *Request) Committee_MeetingIDs(committeeID int) *ValueIntSlice + func (r *Request) Committee_Name(committeeID int) *ValueString + func (r *Request) Committee_OrganizationID(committeeID int) *ValueInt + func (r *Request) Committee_OrganizationTagIDs(committeeID int) *ValueIntSlice + func (r *Request) Committee_ReceiveForwardingsFromCommitteeIDs(committeeID int) *ValueIntSlice + func (r *Request) Committee_TemplateMeetingID(committeeID int) *ValueMaybeInt + func (r *Request) Committee_UserIDs(committeeID int) *ValueIntSlice + func (r *Request) Err() error + func (r *Request) Execute(ctx context.Context) error + func (r *Request) Group_AdminGroupForMeetingID(groupID int) *ValueMaybeInt + func (r *Request) Group_DefaultGroupForMeetingID(groupID int) *ValueMaybeInt + func (r *Request) Group_ID(groupID int) *ValueInt + func (r *Request) Group_MediafileAccessGroupIDs(groupID int) *ValueIntSlice + func (r *Request) Group_MediafileInheritedAccessGroupIDs(groupID int) *ValueIntSlice + func (r *Request) Group_MeetingID(groupID int) *ValueInt + func (r *Request) Group_Name(groupID int) *ValueString + func (r *Request) Group_Permissions(groupID int) *ValueStringSlice + func (r *Request) Group_PollIDs(groupID int) *ValueIntSlice + func (r *Request) Group_ReadChatGroupIDs(groupID int) *ValueIntSlice + func (r *Request) Group_ReadCommentSectionIDs(groupID int) *ValueIntSlice + func (r *Request) Group_UsedAsAssignmentPollDefaultID(groupID int) *ValueMaybeInt + func (r *Request) Group_UsedAsMotionPollDefaultID(groupID int) *ValueMaybeInt + func (r *Request) Group_UsedAsPollDefaultID(groupID int) *ValueMaybeInt + func (r *Request) Group_UserIDs(groupID int) *ValueIntSlice + func (r *Request) Group_WriteChatGroupIDs(groupID int) *ValueIntSlice + func (r *Request) Group_WriteCommentSectionIDs(groupID int) *ValueIntSlice + func (r *Request) ListOfSpeakers_Closed(listOfSpeakersID int) *ValueBool + func (r *Request) ListOfSpeakers_ContentObjectID(listOfSpeakersID int) *ValueString + func (r *Request) ListOfSpeakers_ID(listOfSpeakersID int) *ValueInt + func (r *Request) ListOfSpeakers_MeetingID(listOfSpeakersID int) *ValueInt + func (r *Request) ListOfSpeakers_ProjectionIDs(listOfSpeakersID int) *ValueIntSlice + func (r *Request) ListOfSpeakers_SpeakerIDs(listOfSpeakersID int) *ValueIntSlice + func (r *Request) Mediafile_AccessGroupIDs(mediafileID int) *ValueIntSlice + func (r *Request) Mediafile_AttachmentIDs(mediafileID int) *ValueStringSlice + func (r *Request) Mediafile_ChildIDs(mediafileID int) *ValueIntSlice + func (r *Request) Mediafile_CreateTimestamp(mediafileID int) *ValueInt + func (r *Request) Mediafile_Filename(mediafileID int) *ValueString + func (r *Request) Mediafile_Filesize(mediafileID int) *ValueInt + func (r *Request) Mediafile_ID(mediafileID int) *ValueInt + func (r *Request) Mediafile_InheritedAccessGroupIDs(mediafileID int) *ValueIntSlice + func (r *Request) Mediafile_IsDirectory(mediafileID int) *ValueBool + func (r *Request) Mediafile_IsPublic(mediafileID int) *ValueBool + func (r *Request) Mediafile_ListOfSpeakersID(mediafileID int) *ValueMaybeInt + func (r *Request) Mediafile_MeetingID(mediafileID int) *ValueInt + func (r *Request) Mediafile_Mimetype(mediafileID int) *ValueString + func (r *Request) Mediafile_ParentID(mediafileID int) *ValueMaybeInt + func (r *Request) Mediafile_PdfInformation(mediafileID int) *ValueJSON + func (r *Request) Mediafile_ProjectionIDs(mediafileID int) *ValueIntSlice + func (r *Request) Mediafile_Title(mediafileID int) *ValueString + func (r *Request) Mediafile_UsedAsFontInMeetingID(mediafileID int, replacement string) *ValueInt + func (r *Request) Mediafile_UsedAsFontInMeetingIDTmpl(mediafileID int) *ValueStringSlice + func (r *Request) Mediafile_UsedAsLogoInMeetingID(mediafileID int, replacement string) *ValueInt + func (r *Request) Mediafile_UsedAsLogoInMeetingIDTmpl(mediafileID int) *ValueStringSlice + func (r *Request) Meeting_AdminGroupID(meetingID int) *ValueMaybeInt + func (r *Request) Meeting_AgendaEnableNumbering(meetingID int) *ValueBool + func (r *Request) Meeting_AgendaItemCreation(meetingID int) *ValueString + func (r *Request) Meeting_AgendaItemIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_AgendaNewItemsDefaultVisibility(meetingID int) *ValueString + func (r *Request) Meeting_AgendaNumberPrefix(meetingID int) *ValueString + func (r *Request) Meeting_AgendaNumeralSystem(meetingID int) *ValueString + func (r *Request) Meeting_AgendaShowInternalItemsOnProjector(meetingID int) *ValueBool + func (r *Request) Meeting_AgendaShowSubtitles(meetingID int) *ValueBool + func (r *Request) Meeting_AllProjectionIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_ApplauseEnable(meetingID int) *ValueBool + func (r *Request) Meeting_ApplauseMaxAmount(meetingID int) *ValueInt + func (r *Request) Meeting_ApplauseMinAmount(meetingID int) *ValueInt + func (r *Request) Meeting_ApplauseParticleImageUrl(meetingID int) *ValueString + func (r *Request) Meeting_ApplauseShowLevel(meetingID int) *ValueBool + func (r *Request) Meeting_ApplauseTimeout(meetingID int) *ValueInt + func (r *Request) Meeting_ApplauseType(meetingID int) *ValueString + func (r *Request) Meeting_AssignmentCandidateIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_AssignmentIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_AssignmentPollAddCandidatesToListOfSpeakers(meetingID int) *ValueBool + func (r *Request) Meeting_AssignmentPollBallotPaperNumber(meetingID int) *ValueInt + func (r *Request) Meeting_AssignmentPollBallotPaperSelection(meetingID int) *ValueString + func (r *Request) Meeting_AssignmentPollDefault100PercentBase(meetingID int) *ValueString + func (r *Request) Meeting_AssignmentPollDefaultBackend(meetingID int) *ValueString + func (r *Request) Meeting_AssignmentPollDefaultGroupIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_AssignmentPollDefaultMethod(meetingID int) *ValueString + func (r *Request) Meeting_AssignmentPollDefaultType(meetingID int) *ValueString + func (r *Request) Meeting_AssignmentPollSortPollResultByVotes(meetingID int) *ValueBool + func (r *Request) Meeting_AssignmentsExportPreamble(meetingID int) *ValueString + func (r *Request) Meeting_AssignmentsExportTitle(meetingID int) *ValueString + func (r *Request) Meeting_ChatGroupIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_ChatMessageIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_CommitteeID(meetingID int) *ValueInt + func (r *Request) Meeting_ConferenceAutoConnect(meetingID int) *ValueBool + func (r *Request) Meeting_ConferenceAutoConnectNextSpeakers(meetingID int) *ValueInt + func (r *Request) Meeting_ConferenceEnableHelpdesk(meetingID int) *ValueBool + func (r *Request) Meeting_ConferenceLosRestriction(meetingID int) *ValueBool + func (r *Request) Meeting_ConferenceOpenMicrophone(meetingID int) *ValueBool + func (r *Request) Meeting_ConferenceOpenVideo(meetingID int) *ValueBool + func (r *Request) Meeting_ConferenceShow(meetingID int) *ValueBool + func (r *Request) Meeting_ConferenceStreamPosterUrl(meetingID int) *ValueString + func (r *Request) Meeting_ConferenceStreamUrl(meetingID int) *ValueString + func (r *Request) Meeting_CustomTranslations(meetingID int) *ValueJSON + func (r *Request) Meeting_DefaultGroupID(meetingID int) *ValueInt + func (r *Request) Meeting_DefaultMeetingForCommitteeID(meetingID int) *ValueMaybeInt + func (r *Request) Meeting_DefaultProjectorID(meetingID int, replacement string) *ValueInt + func (r *Request) Meeting_DefaultProjectorIDTmpl(meetingID int) *ValueStringSlice + func (r *Request) Meeting_Description(meetingID int) *ValueString + func (r *Request) Meeting_EnableAnonymous(meetingID int) *ValueBool + func (r *Request) Meeting_EnableChat(meetingID int) *ValueBool + func (r *Request) Meeting_EndTime(meetingID int) *ValueInt + func (r *Request) Meeting_ExportCsvEncoding(meetingID int) *ValueString + func (r *Request) Meeting_ExportCsvSeparator(meetingID int) *ValueString + func (r *Request) Meeting_ExportPdfFontsize(meetingID int) *ValueInt + func (r *Request) Meeting_ExportPdfPagenumberAlignment(meetingID int) *ValueString + func (r *Request) Meeting_ExportPdfPagesize(meetingID int) *ValueString + func (r *Request) Meeting_FontID(meetingID int, replacement string) *ValueInt + func (r *Request) Meeting_FontIDTmpl(meetingID int) *ValueStringSlice + func (r *Request) Meeting_GroupIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_ID(meetingID int) *ValueInt + func (r *Request) Meeting_ImportedAt(meetingID int) *ValueInt + func (r *Request) Meeting_IsActiveInOrganizationID(meetingID int) *ValueMaybeInt + func (r *Request) Meeting_JitsiDomain(meetingID int) *ValueString + func (r *Request) Meeting_JitsiRoomName(meetingID int) *ValueString + func (r *Request) Meeting_JitsiRoomPassword(meetingID int) *ValueString + func (r *Request) Meeting_ListOfSpeakersAmountLastOnProjector(meetingID int) *ValueInt + func (r *Request) Meeting_ListOfSpeakersAmountNextOnProjector(meetingID int) *ValueInt + func (r *Request) Meeting_ListOfSpeakersCanSetContributionSelf(meetingID int) *ValueBool + func (r *Request) Meeting_ListOfSpeakersCountdownID(meetingID int) *ValueMaybeInt + func (r *Request) Meeting_ListOfSpeakersCoupleCountdown(meetingID int) *ValueBool + func (r *Request) Meeting_ListOfSpeakersEnablePointOfOrderSpeakers(meetingID int) *ValueBool + func (r *Request) Meeting_ListOfSpeakersEnableProContraSpeech(meetingID int) *ValueBool + func (r *Request) Meeting_ListOfSpeakersIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_ListOfSpeakersInitiallyClosed(meetingID int) *ValueBool + func (r *Request) Meeting_ListOfSpeakersPresentUsersOnly(meetingID int) *ValueBool + func (r *Request) Meeting_ListOfSpeakersShowAmountOfSpeakersOnSlide(meetingID int) *ValueBool + func (r *Request) Meeting_ListOfSpeakersShowFirstContribution(meetingID int) *ValueBool + func (r *Request) Meeting_ListOfSpeakersSpeakerNoteForEveryone(meetingID int) *ValueBool + func (r *Request) Meeting_Location(meetingID int) *ValueString + func (r *Request) Meeting_LogoID(meetingID int, replacement string) *ValueInt + func (r *Request) Meeting_LogoIDTmpl(meetingID int) *ValueStringSlice + func (r *Request) Meeting_MediafileIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_MotionBlockIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_MotionCategoryIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_MotionChangeRecommendationIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_MotionCommentIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_MotionCommentSectionIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_MotionIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_MotionPollBallotPaperNumber(meetingID int) *ValueInt + func (r *Request) Meeting_MotionPollBallotPaperSelection(meetingID int) *ValueString + func (r *Request) Meeting_MotionPollDefault100PercentBase(meetingID int) *ValueString + func (r *Request) Meeting_MotionPollDefaultBackend(meetingID int) *ValueString + func (r *Request) Meeting_MotionPollDefaultGroupIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_MotionPollDefaultType(meetingID int) *ValueString + func (r *Request) Meeting_MotionStateIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_MotionStatuteParagraphIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_MotionSubmitterIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_MotionWorkflowIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_MotionsAmendmentsEnabled(meetingID int) *ValueBool + func (r *Request) Meeting_MotionsAmendmentsInMainList(meetingID int) *ValueBool + func (r *Request) Meeting_MotionsAmendmentsMultipleParagraphs(meetingID int) *ValueBool + func (r *Request) Meeting_MotionsAmendmentsOfAmendments(meetingID int) *ValueBool + func (r *Request) Meeting_MotionsAmendmentsPrefix(meetingID int) *ValueString + func (r *Request) Meeting_MotionsAmendmentsTextMode(meetingID int) *ValueString + func (r *Request) Meeting_MotionsDefaultAmendmentWorkflowID(meetingID int) *ValueInt + func (r *Request) Meeting_MotionsDefaultLineNumbering(meetingID int) *ValueString + func (r *Request) Meeting_MotionsDefaultSorting(meetingID int) *ValueString + func (r *Request) Meeting_MotionsDefaultStatuteAmendmentWorkflowID(meetingID int) *ValueInt + func (r *Request) Meeting_MotionsDefaultWorkflowID(meetingID int) *ValueInt + func (r *Request) Meeting_MotionsEnableReasonOnProjector(meetingID int) *ValueBool + func (r *Request) Meeting_MotionsEnableRecommendationOnProjector(meetingID int) *ValueBool + func (r *Request) Meeting_MotionsEnableSideboxOnProjector(meetingID int) *ValueBool + func (r *Request) Meeting_MotionsEnableTextOnProjector(meetingID int) *ValueBool + func (r *Request) Meeting_MotionsExportFollowRecommendation(meetingID int) *ValueBool + func (r *Request) Meeting_MotionsExportPreamble(meetingID int) *ValueString + func (r *Request) Meeting_MotionsExportSubmitterRecommendation(meetingID int) *ValueBool + func (r *Request) Meeting_MotionsExportTitle(meetingID int) *ValueString + func (r *Request) Meeting_MotionsLineLength(meetingID int) *ValueInt + func (r *Request) Meeting_MotionsNumberMinDigits(meetingID int) *ValueInt + func (r *Request) Meeting_MotionsNumberType(meetingID int) *ValueString + func (r *Request) Meeting_MotionsNumberWithBlank(meetingID int) *ValueBool + func (r *Request) Meeting_MotionsPreamble(meetingID int) *ValueString + func (r *Request) Meeting_MotionsReasonRequired(meetingID int) *ValueBool + func (r *Request) Meeting_MotionsRecommendationTextMode(meetingID int) *ValueString + func (r *Request) Meeting_MotionsRecommendationsBy(meetingID int) *ValueString + func (r *Request) Meeting_MotionsShowReferringMotions(meetingID int) *ValueBool + func (r *Request) Meeting_MotionsShowSequentialNumber(meetingID int) *ValueBool + func (r *Request) Meeting_MotionsStatuteRecommendationsBy(meetingID int) *ValueString + func (r *Request) Meeting_MotionsStatutesEnabled(meetingID int) *ValueBool + func (r *Request) Meeting_MotionsSupportersMinAmount(meetingID int) *ValueInt + func (r *Request) Meeting_Name(meetingID int) *ValueString + func (r *Request) Meeting_OptionIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_OrganizationTagIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_PersonalNoteIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_PollBallotPaperNumber(meetingID int) *ValueInt + func (r *Request) Meeting_PollBallotPaperSelection(meetingID int) *ValueString + func (r *Request) Meeting_PollCountdownID(meetingID int) *ValueMaybeInt + func (r *Request) Meeting_PollCoupleCountdown(meetingID int) *ValueBool + func (r *Request) Meeting_PollDefault100PercentBase(meetingID int) *ValueString + func (r *Request) Meeting_PollDefaultBackend(meetingID int) *ValueString + func (r *Request) Meeting_PollDefaultGroupIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_PollDefaultMethod(meetingID int) *ValueString + func (r *Request) Meeting_PollDefaultType(meetingID int) *ValueString + func (r *Request) Meeting_PollIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_PollSortPollResultByVotes(meetingID int) *ValueBool + func (r *Request) Meeting_PresentUserIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_ProjectionIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_ProjectorCountdownDefaultTime(meetingID int) *ValueInt + func (r *Request) Meeting_ProjectorCountdownIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_ProjectorCountdownWarningTime(meetingID int) *ValueInt + func (r *Request) Meeting_ProjectorIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_ProjectorMessageIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_ReferenceProjectorID(meetingID int) *ValueInt + func (r *Request) Meeting_SpeakerIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_StartTime(meetingID int) *ValueInt + func (r *Request) Meeting_TagIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_TemplateForCommitteeID(meetingID int) *ValueMaybeInt + func (r *Request) Meeting_TopicIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_UrlName(meetingID int) *ValueString + func (r *Request) Meeting_UserIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_UsersAllowSelfSetPresent(meetingID int) *ValueBool + func (r *Request) Meeting_UsersEmailBody(meetingID int) *ValueString + func (r *Request) Meeting_UsersEmailReplyto(meetingID int) *ValueString + func (r *Request) Meeting_UsersEmailSender(meetingID int) *ValueString + func (r *Request) Meeting_UsersEmailSubject(meetingID int) *ValueString + func (r *Request) Meeting_UsersEnablePresenceView(meetingID int) *ValueBool + func (r *Request) Meeting_UsersEnableVoteWeight(meetingID int) *ValueBool + func (r *Request) Meeting_UsersPdfUrl(meetingID int) *ValueString + func (r *Request) Meeting_UsersPdfWelcometext(meetingID int) *ValueString + func (r *Request) Meeting_UsersPdfWelcometitle(meetingID int) *ValueString + func (r *Request) Meeting_UsersPdfWlanEncryption(meetingID int) *ValueString + func (r *Request) Meeting_UsersPdfWlanPassword(meetingID int) *ValueString + func (r *Request) Meeting_UsersPdfWlanSsid(meetingID int) *ValueString + func (r *Request) Meeting_UsersSortBy(meetingID int) *ValueString + func (r *Request) Meeting_VoteIDs(meetingID int) *ValueIntSlice + func (r *Request) Meeting_WelcomeText(meetingID int) *ValueString + func (r *Request) Meeting_WelcomeTitle(meetingID int) *ValueString + func (r *Request) MotionBlock_AgendaItemID(motionBlockID int) *ValueMaybeInt + func (r *Request) MotionBlock_ID(motionBlockID int) *ValueInt + func (r *Request) MotionBlock_Internal(motionBlockID int) *ValueBool + func (r *Request) MotionBlock_ListOfSpeakersID(motionBlockID int) *ValueInt + func (r *Request) MotionBlock_MeetingID(motionBlockID int) *ValueInt + func (r *Request) MotionBlock_MotionIDs(motionBlockID int) *ValueIntSlice + func (r *Request) MotionBlock_ProjectionIDs(motionBlockID int) *ValueIntSlice + func (r *Request) MotionBlock_Title(motionBlockID int) *ValueString + func (r *Request) MotionCategory_ChildIDs(motionCategoryID int) *ValueIntSlice + func (r *Request) MotionCategory_ID(motionCategoryID int) *ValueInt + func (r *Request) MotionCategory_Level(motionCategoryID int) *ValueInt + func (r *Request) MotionCategory_MeetingID(motionCategoryID int) *ValueInt + func (r *Request) MotionCategory_MotionIDs(motionCategoryID int) *ValueIntSlice + func (r *Request) MotionCategory_Name(motionCategoryID int) *ValueString + func (r *Request) MotionCategory_ParentID(motionCategoryID int) *ValueMaybeInt + func (r *Request) MotionCategory_Prefix(motionCategoryID int) *ValueString + func (r *Request) MotionCategory_Weight(motionCategoryID int) *ValueInt + func (r *Request) MotionChangeRecommendation_CreationTime(motionChangeRecommendationID int) *ValueInt + func (r *Request) MotionChangeRecommendation_ID(motionChangeRecommendationID int) *ValueInt + func (r *Request) MotionChangeRecommendation_Internal(motionChangeRecommendationID int) *ValueBool + func (r *Request) MotionChangeRecommendation_LineFrom(motionChangeRecommendationID int) *ValueInt + func (r *Request) MotionChangeRecommendation_LineTo(motionChangeRecommendationID int) *ValueInt + func (r *Request) MotionChangeRecommendation_MeetingID(motionChangeRecommendationID int) *ValueInt + func (r *Request) MotionChangeRecommendation_MotionID(motionChangeRecommendationID int) *ValueInt + func (r *Request) MotionChangeRecommendation_OtherDescription(motionChangeRecommendationID int) *ValueString + func (r *Request) MotionChangeRecommendation_Rejected(motionChangeRecommendationID int) *ValueBool + func (r *Request) MotionChangeRecommendation_Text(motionChangeRecommendationID int) *ValueString + func (r *Request) MotionChangeRecommendation_Type(motionChangeRecommendationID int) *ValueString + func (r *Request) MotionCommentSection_CommentIDs(motionCommentSectionID int) *ValueIntSlice + func (r *Request) MotionCommentSection_ID(motionCommentSectionID int) *ValueInt + func (r *Request) MotionCommentSection_MeetingID(motionCommentSectionID int) *ValueInt + func (r *Request) MotionCommentSection_Name(motionCommentSectionID int) *ValueString + func (r *Request) MotionCommentSection_ReadGroupIDs(motionCommentSectionID int) *ValueIntSlice + func (r *Request) MotionCommentSection_Weight(motionCommentSectionID int) *ValueInt + func (r *Request) MotionCommentSection_WriteGroupIDs(motionCommentSectionID int) *ValueIntSlice + func (r *Request) MotionComment_Comment(motionCommentID int) *ValueString + func (r *Request) MotionComment_ID(motionCommentID int) *ValueInt + func (r *Request) MotionComment_MeetingID(motionCommentID int) *ValueInt + func (r *Request) MotionComment_MotionID(motionCommentID int) *ValueInt + func (r *Request) MotionComment_SectionID(motionCommentID int) *ValueInt + func (r *Request) MotionState_AllowCreatePoll(motionStateID int) *ValueBool + func (r *Request) MotionState_AllowSubmitterEdit(motionStateID int) *ValueBool + func (r *Request) MotionState_AllowSupport(motionStateID int) *ValueBool + func (r *Request) MotionState_CssClass(motionStateID int) *ValueString + func (r *Request) MotionState_FirstStateOfWorkflowID(motionStateID int) *ValueMaybeInt + func (r *Request) MotionState_ID(motionStateID int) *ValueInt + func (r *Request) MotionState_MeetingID(motionStateID int) *ValueInt + func (r *Request) MotionState_MergeAmendmentIntoFinal(motionStateID int) *ValueString + func (r *Request) MotionState_MotionIDs(motionStateID int) *ValueIntSlice + func (r *Request) MotionState_MotionRecommendationIDs(motionStateID int) *ValueIntSlice + func (r *Request) MotionState_Name(motionStateID int) *ValueString + func (r *Request) MotionState_NextStateIDs(motionStateID int) *ValueIntSlice + func (r *Request) MotionState_PreviousStateIDs(motionStateID int) *ValueIntSlice + func (r *Request) MotionState_RecommendationLabel(motionStateID int) *ValueString + func (r *Request) MotionState_Restrictions(motionStateID int) *ValueStringSlice + func (r *Request) MotionState_SetNumber(motionStateID int) *ValueBool + func (r *Request) MotionState_ShowRecommendationExtensionField(motionStateID int) *ValueBool + func (r *Request) MotionState_ShowStateExtensionField(motionStateID int) *ValueBool + func (r *Request) MotionState_Weight(motionStateID int) *ValueInt + func (r *Request) MotionState_WorkflowID(motionStateID int) *ValueInt + func (r *Request) MotionStatuteParagraph_ID(motionStatuteParagraphID int) *ValueInt + func (r *Request) MotionStatuteParagraph_MeetingID(motionStatuteParagraphID int) *ValueInt + func (r *Request) MotionStatuteParagraph_MotionIDs(motionStatuteParagraphID int) *ValueIntSlice + func (r *Request) MotionStatuteParagraph_Text(motionStatuteParagraphID int) *ValueString + func (r *Request) MotionStatuteParagraph_Title(motionStatuteParagraphID int) *ValueString + func (r *Request) MotionStatuteParagraph_Weight(motionStatuteParagraphID int) *ValueInt + func (r *Request) MotionSubmitter_ID(motionSubmitterID int) *ValueInt + func (r *Request) MotionSubmitter_MeetingID(motionSubmitterID int) *ValueInt + func (r *Request) MotionSubmitter_MotionID(motionSubmitterID int) *ValueInt + func (r *Request) MotionSubmitter_UserID(motionSubmitterID int) *ValueInt + func (r *Request) MotionSubmitter_Weight(motionSubmitterID int) *ValueInt + func (r *Request) MotionWorkflow_DefaultAmendmentWorkflowMeetingID(motionWorkflowID int) *ValueMaybeInt + func (r *Request) MotionWorkflow_DefaultStatuteAmendmentWorkflowMeetingID(motionWorkflowID int) *ValueMaybeInt + func (r *Request) MotionWorkflow_DefaultWorkflowMeetingID(motionWorkflowID int) *ValueMaybeInt + func (r *Request) MotionWorkflow_FirstStateID(motionWorkflowID int) *ValueInt + func (r *Request) MotionWorkflow_ID(motionWorkflowID int) *ValueInt + func (r *Request) MotionWorkflow_MeetingID(motionWorkflowID int) *ValueInt + func (r *Request) MotionWorkflow_Name(motionWorkflowID int) *ValueString + func (r *Request) MotionWorkflow_StateIDs(motionWorkflowID int) *ValueIntSlice + func (r *Request) Motion_AgendaItemID(motionID int) *ValueMaybeInt + func (r *Request) Motion_AllDerivedMotionIDs(motionID int) *ValueIntSlice + func (r *Request) Motion_AllOriginIDs(motionID int) *ValueIntSlice + func (r *Request) Motion_AmendmentIDs(motionID int) *ValueIntSlice + func (r *Request) Motion_AmendmentParagraph(motionID int, replacement string) *ValueString + func (r *Request) Motion_AmendmentParagraphTmpl(motionID int) *ValueStringSlice + func (r *Request) Motion_AttachmentIDs(motionID int) *ValueIntSlice + func (r *Request) Motion_BlockID(motionID int) *ValueMaybeInt + func (r *Request) Motion_CategoryID(motionID int) *ValueMaybeInt + func (r *Request) Motion_CategoryWeight(motionID int) *ValueInt + func (r *Request) Motion_ChangeRecommendationIDs(motionID int) *ValueIntSlice + func (r *Request) Motion_CommentIDs(motionID int) *ValueIntSlice + func (r *Request) Motion_Created(motionID int) *ValueInt + func (r *Request) Motion_DerivedMotionIDs(motionID int) *ValueIntSlice + func (r *Request) Motion_ID(motionID int) *ValueInt + func (r *Request) Motion_LastModified(motionID int) *ValueInt + func (r *Request) Motion_LeadMotionID(motionID int) *ValueMaybeInt + func (r *Request) Motion_ListOfSpeakersID(motionID int) *ValueInt + func (r *Request) Motion_MeetingID(motionID int) *ValueInt + func (r *Request) Motion_ModifiedFinalVersion(motionID int) *ValueString + func (r *Request) Motion_Number(motionID int) *ValueString + func (r *Request) Motion_NumberValue(motionID int) *ValueInt + func (r *Request) Motion_OptionIDs(motionID int) *ValueIntSlice + func (r *Request) Motion_OriginID(motionID int) *ValueMaybeInt + func (r *Request) Motion_PersonalNoteIDs(motionID int) *ValueIntSlice + func (r *Request) Motion_PollIDs(motionID int) *ValueIntSlice + func (r *Request) Motion_ProjectionIDs(motionID int) *ValueIntSlice + func (r *Request) Motion_Reason(motionID int) *ValueString + func (r *Request) Motion_RecommendationExtension(motionID int) *ValueString + func (r *Request) Motion_RecommendationExtensionReferenceIDs(motionID int) *ValueStringSlice + func (r *Request) Motion_RecommendationID(motionID int) *ValueMaybeInt + func (r *Request) Motion_ReferencedInMotionRecommendationExtensionIDs(motionID int) *ValueIntSlice + func (r *Request) Motion_SequentialNumber(motionID int) *ValueInt + func (r *Request) Motion_SortChildIDs(motionID int) *ValueIntSlice + func (r *Request) Motion_SortParentID(motionID int) *ValueMaybeInt + func (r *Request) Motion_SortWeight(motionID int) *ValueInt + func (r *Request) Motion_StateExtension(motionID int) *ValueString + func (r *Request) Motion_StateID(motionID int) *ValueInt + func (r *Request) Motion_StatuteParagraphID(motionID int) *ValueMaybeInt + func (r *Request) Motion_SubmitterIDs(motionID int) *ValueIntSlice + func (r *Request) Motion_SupporterIDs(motionID int) *ValueIntSlice + func (r *Request) Motion_TagIDs(motionID int) *ValueIntSlice + func (r *Request) Motion_Text(motionID int) *ValueString + func (r *Request) Motion_Title(motionID int) *ValueString + func (r *Request) Option_Abstain(optionID int) *ValueString + func (r *Request) Option_ContentObjectID(optionID int) *ValueMaybeString + func (r *Request) Option_ID(optionID int) *ValueInt + func (r *Request) Option_MeetingID(optionID int) *ValueInt + func (r *Request) Option_No(optionID int) *ValueString + func (r *Request) Option_PollID(optionID int) *ValueMaybeInt + func (r *Request) Option_Text(optionID int) *ValueString + func (r *Request) Option_UsedAsGlobalOptionInPollID(optionID int) *ValueMaybeInt + func (r *Request) Option_VoteIDs(optionID int) *ValueIntSlice + func (r *Request) Option_Weight(optionID int) *ValueInt + func (r *Request) Option_Yes(optionID int) *ValueString + func (r *Request) OrganizationTag_Color(organizationTagID int) *ValueString + func (r *Request) OrganizationTag_ID(organizationTagID int) *ValueInt + func (r *Request) OrganizationTag_Name(organizationTagID int) *ValueString + func (r *Request) OrganizationTag_OrganizationID(organizationTagID int) *ValueInt + func (r *Request) OrganizationTag_TaggedIDs(organizationTagID int) *ValueStringSlice + func (r *Request) Organization_ActiveMeetingIDs(organizationID int) *ValueIntSlice + func (r *Request) Organization_CommitteeIDs(organizationID int) *ValueIntSlice + func (r *Request) Organization_Description(organizationID int) *ValueString + func (r *Request) Organization_EnableChat(organizationID int) *ValueBool + func (r *Request) Organization_EnableElectronicVoting(organizationID int) *ValueBool + func (r *Request) Organization_ID(organizationID int) *ValueInt + func (r *Request) Organization_LegalNotice(organizationID int) *ValueString + func (r *Request) Organization_LimitOfMeetings(organizationID int) *ValueInt + func (r *Request) Organization_LimitOfUsers(organizationID int) *ValueInt + func (r *Request) Organization_LoginText(organizationID int) *ValueString + func (r *Request) Organization_Name(organizationID int) *ValueString + func (r *Request) Organization_OrganizationTagIDs(organizationID int) *ValueIntSlice + func (r *Request) Organization_PrivacyPolicy(organizationID int) *ValueString + func (r *Request) Organization_ResetPasswordVerboseErrors(organizationID int) *ValueBool + func (r *Request) Organization_ResourceIDs(organizationID int) *ValueIntSlice + func (r *Request) Organization_ThemeID(organizationID int) *ValueInt + func (r *Request) Organization_ThemeIDs(organizationID int) *ValueIntSlice + func (r *Request) Organization_Url(organizationID int) *ValueString + func (r *Request) Organization_UsersEmailBody(organizationID int) *ValueString + func (r *Request) Organization_UsersEmailReplyto(organizationID int) *ValueString + func (r *Request) Organization_UsersEmailSender(organizationID int) *ValueString + func (r *Request) Organization_UsersEmailSubject(organizationID int) *ValueString + func (r *Request) PersonalNote_ContentObjectID(personalNoteID int) *ValueMaybeString + func (r *Request) PersonalNote_ID(personalNoteID int) *ValueInt + func (r *Request) PersonalNote_MeetingID(personalNoteID int) *ValueInt + func (r *Request) PersonalNote_Note(personalNoteID int) *ValueString + func (r *Request) PersonalNote_Star(personalNoteID int) *ValueBool + func (r *Request) PersonalNote_UserID(personalNoteID int) *ValueInt + func (r *Request) Poll_Backend(pollID int) *ValueString + func (r *Request) Poll_ContentObjectID(pollID int) *ValueMaybeString + func (r *Request) Poll_Description(pollID int) *ValueString + func (r *Request) Poll_EntitledGroupIDs(pollID int) *ValueIntSlice + func (r *Request) Poll_EntitledUsersAtStop(pollID int) *ValueJSON + func (r *Request) Poll_GlobalAbstain(pollID int) *ValueBool + func (r *Request) Poll_GlobalNo(pollID int) *ValueBool + func (r *Request) Poll_GlobalOptionID(pollID int) *ValueMaybeInt + func (r *Request) Poll_GlobalYes(pollID int) *ValueBool + func (r *Request) Poll_ID(pollID int) *ValueInt + func (r *Request) Poll_IsPseudoanonymized(pollID int) *ValueBool + func (r *Request) Poll_MaxVotesAmount(pollID int) *ValueInt + func (r *Request) Poll_MeetingID(pollID int) *ValueInt + func (r *Request) Poll_MinVotesAmount(pollID int) *ValueInt + func (r *Request) Poll_OnehundredPercentBase(pollID int) *ValueString + func (r *Request) Poll_OptionIDs(pollID int) *ValueIntSlice + func (r *Request) Poll_Pollmethod(pollID int) *ValueString + func (r *Request) Poll_ProjectionIDs(pollID int) *ValueIntSlice + func (r *Request) Poll_State(pollID int) *ValueString + func (r *Request) Poll_Title(pollID int) *ValueString + func (r *Request) Poll_Type(pollID int) *ValueString + func (r *Request) Poll_VoteCount(pollID int) *ValueInt + func (r *Request) Poll_VotedIDs(pollID int) *ValueIntSlice + func (r *Request) Poll_Votescast(pollID int) *ValueString + func (r *Request) Poll_Votesinvalid(pollID int) *ValueString + func (r *Request) Poll_Votesvalid(pollID int) *ValueString + func (r *Request) Projection_Content(projectionID int) *ValueJSON + func (r *Request) Projection_ContentObjectID(projectionID int) *ValueMaybeString + func (r *Request) Projection_CurrentProjectorID(projectionID int) *ValueMaybeInt + func (r *Request) Projection_HistoryProjectorID(projectionID int) *ValueMaybeInt + func (r *Request) Projection_ID(projectionID int) *ValueInt + func (r *Request) Projection_MeetingID(projectionID int) *ValueInt + func (r *Request) Projection_Options(projectionID int) *ValueJSON + func (r *Request) Projection_PreviewProjectorID(projectionID int) *ValueMaybeInt + func (r *Request) Projection_Stable(projectionID int) *ValueBool + func (r *Request) Projection_Type(projectionID int) *ValueString + func (r *Request) Projection_Weight(projectionID int) *ValueInt + func (r *Request) ProjectorCountdown_CountdownTime(projectorCountdownID int) *ValueFloat + func (r *Request) ProjectorCountdown_DefaultTime(projectorCountdownID int) *ValueInt + func (r *Request) ProjectorCountdown_Description(projectorCountdownID int) *ValueString + func (r *Request) ProjectorCountdown_ID(projectorCountdownID int) *ValueInt + func (r *Request) ProjectorCountdown_MeetingID(projectorCountdownID int) *ValueInt + func (r *Request) ProjectorCountdown_ProjectionIDs(projectorCountdownID int) *ValueIntSlice + func (r *Request) ProjectorCountdown_Running(projectorCountdownID int) *ValueBool + func (r *Request) ProjectorCountdown_Title(projectorCountdownID int) *ValueString + func (r *Request) ProjectorCountdown_UsedAsListOfSpeakerCountdownMeetingID(projectorCountdownID int) *ValueMaybeInt + func (r *Request) ProjectorCountdown_UsedAsPollCountdownMeetingID(projectorCountdownID int) *ValueMaybeInt + func (r *Request) ProjectorMessage_ID(projectorMessageID int) *ValueInt + func (r *Request) ProjectorMessage_MeetingID(projectorMessageID int) *ValueInt + func (r *Request) ProjectorMessage_Message(projectorMessageID int) *ValueString + func (r *Request) ProjectorMessage_ProjectionIDs(projectorMessageID int) *ValueIntSlice + func (r *Request) Projector_AspectRatioDenominator(projectorID int) *ValueInt + func (r *Request) Projector_AspectRatioNumerator(projectorID int) *ValueInt + func (r *Request) Projector_BackgroundColor(projectorID int) *ValueString + func (r *Request) Projector_ChyronBackgroundColor(projectorID int) *ValueString + func (r *Request) Projector_ChyronFontColor(projectorID int) *ValueString + func (r *Request) Projector_Color(projectorID int) *ValueString + func (r *Request) Projector_CurrentProjectionIDs(projectorID int) *ValueIntSlice + func (r *Request) Projector_HeaderBackgroundColor(projectorID int) *ValueString + func (r *Request) Projector_HeaderFontColor(projectorID int) *ValueString + func (r *Request) Projector_HeaderH1Color(projectorID int) *ValueString + func (r *Request) Projector_HistoryProjectionIDs(projectorID int) *ValueIntSlice + func (r *Request) Projector_ID(projectorID int) *ValueInt + func (r *Request) Projector_MeetingID(projectorID int) *ValueInt + func (r *Request) Projector_Name(projectorID int) *ValueString + func (r *Request) Projector_PreviewProjectionIDs(projectorID int) *ValueIntSlice + func (r *Request) Projector_Scale(projectorID int) *ValueInt + func (r *Request) Projector_Scroll(projectorID int) *ValueInt + func (r *Request) Projector_ShowClock(projectorID int) *ValueBool + func (r *Request) Projector_ShowHeaderFooter(projectorID int) *ValueBool + func (r *Request) Projector_ShowLogo(projectorID int) *ValueBool + func (r *Request) Projector_ShowTitle(projectorID int) *ValueBool + func (r *Request) Projector_UsedAsDefaultInMeetingID(projectorID int, replacement string) *ValueInt + func (r *Request) Projector_UsedAsDefaultInMeetingIDTmpl(projectorID int) *ValueStringSlice + func (r *Request) Projector_UsedAsReferenceProjectorMeetingID(projectorID int) *ValueMaybeInt + func (r *Request) Projector_Width(projectorID int) *ValueInt + func (r *Request) Resource_Filesize(resourceID int) *ValueInt + func (r *Request) Resource_ID(resourceID int) *ValueInt + func (r *Request) Resource_Mimetype(resourceID int) *ValueString + func (r *Request) Resource_OrganizationID(resourceID int) *ValueInt + func (r *Request) Resource_Token(resourceID int) *ValueString + func (r *Request) Speaker_BeginTime(speakerID int) *ValueInt + func (r *Request) Speaker_EndTime(speakerID int) *ValueInt + func (r *Request) Speaker_ID(speakerID int) *ValueInt + func (r *Request) Speaker_ListOfSpeakersID(speakerID int) *ValueInt + func (r *Request) Speaker_MeetingID(speakerID int) *ValueInt + func (r *Request) Speaker_Note(speakerID int) *ValueString + func (r *Request) Speaker_PointOfOrder(speakerID int) *ValueBool + func (r *Request) Speaker_SpeechState(speakerID int) *ValueString + func (r *Request) Speaker_UserID(speakerID int) *ValueInt + func (r *Request) Speaker_Weight(speakerID int) *ValueInt + func (r *Request) Tag_ID(tagID int) *ValueInt + func (r *Request) Tag_MeetingID(tagID int) *ValueInt + func (r *Request) Tag_Name(tagID int) *ValueString + func (r *Request) Tag_TaggedIDs(tagID int) *ValueStringSlice + func (r *Request) Theme_Accent100(themeID int) *ValueString + func (r *Request) Theme_Accent200(themeID int) *ValueString + func (r *Request) Theme_Accent300(themeID int) *ValueString + func (r *Request) Theme_Accent400(themeID int) *ValueString + func (r *Request) Theme_Accent50(themeID int) *ValueString + func (r *Request) Theme_Accent500(themeID int) *ValueString + func (r *Request) Theme_Accent600(themeID int) *ValueString + func (r *Request) Theme_Accent700(themeID int) *ValueString + func (r *Request) Theme_Accent800(themeID int) *ValueString + func (r *Request) Theme_Accent900(themeID int) *ValueString + func (r *Request) Theme_AccentA100(themeID int) *ValueString + func (r *Request) Theme_AccentA200(themeID int) *ValueString + func (r *Request) Theme_AccentA400(themeID int) *ValueString + func (r *Request) Theme_AccentA700(themeID int) *ValueString + func (r *Request) Theme_ID(themeID int) *ValueInt + func (r *Request) Theme_Name(themeID int) *ValueString + func (r *Request) Theme_OrganizationID(themeID int) *ValueInt + func (r *Request) Theme_Primary100(themeID int) *ValueString + func (r *Request) Theme_Primary200(themeID int) *ValueString + func (r *Request) Theme_Primary300(themeID int) *ValueString + func (r *Request) Theme_Primary400(themeID int) *ValueString + func (r *Request) Theme_Primary50(themeID int) *ValueString + func (r *Request) Theme_Primary500(themeID int) *ValueString + func (r *Request) Theme_Primary600(themeID int) *ValueString + func (r *Request) Theme_Primary700(themeID int) *ValueString + func (r *Request) Theme_Primary800(themeID int) *ValueString + func (r *Request) Theme_Primary900(themeID int) *ValueString + func (r *Request) Theme_PrimaryA100(themeID int) *ValueString + func (r *Request) Theme_PrimaryA200(themeID int) *ValueString + func (r *Request) Theme_PrimaryA400(themeID int) *ValueString + func (r *Request) Theme_PrimaryA700(themeID int) *ValueString + func (r *Request) Theme_ThemeForOrganizationID(themeID int) *ValueMaybeInt + func (r *Request) Theme_Warn100(themeID int) *ValueString + func (r *Request) Theme_Warn200(themeID int) *ValueString + func (r *Request) Theme_Warn300(themeID int) *ValueString + func (r *Request) Theme_Warn400(themeID int) *ValueString + func (r *Request) Theme_Warn50(themeID int) *ValueString + func (r *Request) Theme_Warn500(themeID int) *ValueString + func (r *Request) Theme_Warn600(themeID int) *ValueString + func (r *Request) Theme_Warn700(themeID int) *ValueString + func (r *Request) Theme_Warn800(themeID int) *ValueString + func (r *Request) Theme_Warn900(themeID int) *ValueString + func (r *Request) Theme_WarnA100(themeID int) *ValueString + func (r *Request) Theme_WarnA200(themeID int) *ValueString + func (r *Request) Theme_WarnA400(themeID int) *ValueString + func (r *Request) Theme_WarnA700(themeID int) *ValueString + func (r *Request) Topic_AgendaItemID(topicID int) *ValueInt + func (r *Request) Topic_AttachmentIDs(topicID int) *ValueIntSlice + func (r *Request) Topic_ID(topicID int) *ValueInt + func (r *Request) Topic_ListOfSpeakersID(topicID int) *ValueInt + func (r *Request) Topic_MeetingID(topicID int) *ValueInt + func (r *Request) Topic_OptionIDs(topicID int) *ValueIntSlice + func (r *Request) Topic_ProjectionIDs(topicID int) *ValueIntSlice + func (r *Request) Topic_TagIDs(topicID int) *ValueIntSlice + func (r *Request) Topic_Text(topicID int) *ValueString + func (r *Request) Topic_Title(topicID int) *ValueString + func (r *Request) User_AboutMe(userID int, meetingID int) *ValueString + func (r *Request) User_AboutMeTmpl(userID int) *ValueIDSlice + func (r *Request) User_AssignmentCandidateIDs(userID int, meetingID int) *ValueIntSlice + func (r *Request) User_AssignmentCandidateIDsTmpl(userID int) *ValueIDSlice + func (r *Request) User_CanChangeOwnPassword(userID int) *ValueBool + func (r *Request) User_ChatMessageIDs(userID int, meetingID int) *ValueIntSlice + func (r *Request) User_ChatMessageIDsTmpl(userID int) *ValueIDSlice + func (r *Request) User_Comment(userID int, meetingID int) *ValueString + func (r *Request) User_CommentTmpl(userID int) *ValueIDSlice + func (r *Request) User_CommitteeIDs(userID int) *ValueIntSlice + func (r *Request) User_CommitteeManagementLevel(userID int, committeeID int) *ValueString + func (r *Request) User_CommitteeManagementLevelTmpl(userID int) *ValueIDSlice + func (r *Request) User_DefaultNumber(userID int) *ValueString + func (r *Request) User_DefaultPassword(userID int) *ValueString + func (r *Request) User_DefaultStructureLevel(userID int) *ValueString + func (r *Request) User_DefaultVoteWeight(userID int) *ValueString + func (r *Request) User_Email(userID int) *ValueString + func (r *Request) User_FirstName(userID int) *ValueString + func (r *Request) User_Gender(userID int) *ValueString + func (r *Request) User_GroupIDs(userID int, meetingID int) *ValueIntSlice + func (r *Request) User_GroupIDsTmpl(userID int) *ValueIDSlice + func (r *Request) User_ID(userID int) *ValueInt + func (r *Request) User_IsActive(userID int) *ValueBool + func (r *Request) User_IsDemoUser(userID int) *ValueBool + func (r *Request) User_IsPhysicalPerson(userID int) *ValueBool + func (r *Request) User_IsPresentInMeetingIDs(userID int) *ValueIntSlice + func (r *Request) User_LastEmailSend(userID int) *ValueInt + func (r *Request) User_LastName(userID int) *ValueString + func (r *Request) User_MeetingIDs(userID int) *ValueIntSlice + func (r *Request) User_Number(userID int, meetingID int) *ValueString + func (r *Request) User_NumberTmpl(userID int) *ValueIDSlice + func (r *Request) User_OptionIDs(userID int, meetingID int) *ValueIntSlice + func (r *Request) User_OptionIDsTmpl(userID int) *ValueIDSlice + func (r *Request) User_OrganizationManagementLevel(userID int) *ValueString + func (r *Request) User_Password(userID int) *ValueString + func (r *Request) User_PersonalNoteIDs(userID int, meetingID int) *ValueIntSlice + func (r *Request) User_PersonalNoteIDsTmpl(userID int) *ValueIDSlice + func (r *Request) User_PollVotedIDs(userID int, meetingID int) *ValueIntSlice + func (r *Request) User_PollVotedIDsTmpl(userID int) *ValueIDSlice + func (r *Request) User_ProjectionIDs(userID int, meetingID int) *ValueIntSlice + func (r *Request) User_ProjectionIDsTmpl(userID int) *ValueIDSlice + func (r *Request) User_SpeakerIDs(userID int, meetingID int) *ValueIntSlice + func (r *Request) User_SpeakerIDsTmpl(userID int) *ValueIDSlice + func (r *Request) User_StructureLevel(userID int, meetingID int) *ValueString + func (r *Request) User_StructureLevelTmpl(userID int) *ValueIDSlice + func (r *Request) User_SubmittedMotionIDs(userID int, meetingID int) *ValueIntSlice + func (r *Request) User_SubmittedMotionIDsTmpl(userID int) *ValueIDSlice + func (r *Request) User_SupportedMotionIDs(userID int, meetingID int) *ValueIntSlice + func (r *Request) User_SupportedMotionIDsTmpl(userID int) *ValueIDSlice + func (r *Request) User_Title(userID int) *ValueString + func (r *Request) User_Username(userID int) *ValueString + func (r *Request) User_VoteDelegatedToID(userID int, meetingID int) *ValueInt + func (r *Request) User_VoteDelegatedToIDTmpl(userID int) *ValueIDSlice + func (r *Request) User_VoteDelegatedVoteIDs(userID int, meetingID int) *ValueIntSlice + func (r *Request) User_VoteDelegatedVoteIDsTmpl(userID int) *ValueIDSlice + func (r *Request) User_VoteDelegationsFromIDs(userID int, meetingID int) *ValueIntSlice + func (r *Request) User_VoteDelegationsFromIDsTmpl(userID int) *ValueIDSlice + func (r *Request) User_VoteIDs(userID int, meetingID int) *ValueIntSlice + func (r *Request) User_VoteIDsTmpl(userID int) *ValueIDSlice + func (r *Request) User_VoteWeight(userID int, meetingID int) *ValueString + func (r *Request) User_VoteWeightTmpl(userID int) *ValueIDSlice + func (r *Request) Vote_DelegatedUserID(voteID int) *ValueMaybeInt + func (r *Request) Vote_ID(voteID int) *ValueInt + func (r *Request) Vote_MeetingID(voteID int) *ValueInt + func (r *Request) Vote_OptionID(voteID int) *ValueInt + func (r *Request) Vote_UserID(voteID int) *ValueMaybeInt + func (r *Request) Vote_UserToken(voteID int) *ValueString + func (r *Request) Vote_Value(voteID int) *ValueString + func (r *Request) Vote_Weight(voteID int) *ValueString + type Updater interface + Update func(context.Context) (map[string][]byte, error) + type ValueBool struct + func (v *ValueBool) ErrorLater(ctx context.Context) bool + func (v *ValueBool) Lazy(value *bool) + func (v *ValueBool) Value(ctx context.Context) (bool, error) + type ValueFloat struct + func (v *ValueFloat) ErrorLater(ctx context.Context) float32 + func (v *ValueFloat) Lazy(value *float32) + func (v *ValueFloat) Value(ctx context.Context) (float32, error) + type ValueIDSlice struct + func (v *ValueIDSlice) ErrorLater(ctx context.Context) []int + func (v *ValueIDSlice) Lazy(value *[]int) + func (v *ValueIDSlice) Value(ctx context.Context) ([]int, error) + type ValueInt struct + func (v *ValueInt) ErrorLater(ctx context.Context) int + func (v *ValueInt) Lazy(value *int) + func (v *ValueInt) Value(ctx context.Context) (int, error) + type ValueIntSlice struct + func (v *ValueIntSlice) ErrorLater(ctx context.Context) []int + func (v *ValueIntSlice) Lazy(value *[]int) + func (v *ValueIntSlice) Value(ctx context.Context) ([]int, error) + type ValueJSON struct + func (v *ValueJSON) ErrorLater(ctx context.Context) json.RawMessage + func (v *ValueJSON) Lazy(value *json.RawMessage) + func (v *ValueJSON) Value(ctx context.Context) (json.RawMessage, error) + type ValueMaybeInt struct + func (v *ValueMaybeInt) ErrorLater(ctx context.Context) (int, bool) + func (v *ValueMaybeInt) Lazy(value *int) + func (v *ValueMaybeInt) Value(ctx context.Context) (int, bool, error) + type ValueMaybeString struct + func (v *ValueMaybeString) ErrorLater(ctx context.Context) (string, bool) + func (v *ValueMaybeString) Lazy(value *string) + func (v *ValueMaybeString) Value(ctx context.Context) (string, bool, error) + type ValueRequiredInt struct + func (v *ValueRequiredInt) ErrorLater(ctx context.Context) (int, bool) + func (v *ValueRequiredInt) Value(ctx context.Context) (int, bool, error) + type ValueString struct + func (v *ValueString) ErrorLater(ctx context.Context) string + func (v *ValueString) Lazy(value *string) + func (v *ValueString) Value(ctx context.Context) (string, error) + type ValueStringSlice struct + func (v *ValueStringSlice) ErrorLater(ctx context.Context) []string + func (v *ValueStringSlice) Lazy(value *[]string) + func (v *ValueStringSlice) Value(ctx context.Context) ([]string, error)