github.com/grokify/go-ringcentral-client@v0.3.31/engagedigital/v1/client/model_settings.go (about)

     1  /*
     2   * Engage Digital API
     3   *
     4   * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
     5   *
     6   * API version: 1.0
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package engagedigital
    11  
    12  import (
    13  	"time"
    14  )
    15  
    16  type Settings struct {
    17  	ActivityPresenceThreshold    int32     `json:"activity_presence_threshold,omitempty"`
    18  	ActivityTracking             bool      `json:"activity_tracking,omitempty"`
    19  	BeginningOfWeek              string    `json:"beginning_of_week,omitempty"`
    20  	BrowserNotificationsDisabled bool      `json:"browser_notifications_disabled,omitempty"`
    21  	ContentLanguages             []string  `json:"content_languages[],omitempty"`
    22  	CreatedAt                    time.Time `json:"created_at,omitempty"`
    23  	DenyIframeIntegration        bool      `json:"deny_iframe_integration,omitempty"`
    24  	DisablePasswordAutocomplete  bool      `json:"disable_password_autocomplete,omitempty"`
    25  	DisplayOnlyUnknownBbcode     bool      `json:"display_only_unknown_bbcode,omitempty"`
    26  	DumpInPreprod                bool      `json:"dump_in_preprod,omitempty"`
    27  	ExpirePasswordAfter          int32     `json:"expire_password_after,omitempty"`
    28  	ExpirePasswordEnabled        bool      `json:"expire_password_enabled,omitempty"`
    29  	FteDuration                  int32     `json:"fte_duration,omitempty"`
    30  	Id                           string    `json:"id,omitempty"`
    31  	IdentityMerge                bool      `json:"identity_merge,omitempty"`
    32  	InterventionClosingPeriod    int32     `json:"intervention_closing_period,omitempty"`
    33  	InterventionDeferRates       []int32   `json:"intervention_defer_rates,omitempty"`
    34  	InterventionDeferThreshold   int32     `json:"intervention_defer_threshold,omitempty"`
    35  	InterventionRates            []int32   `json:"intervention_rates,omitempty"`
    36  	Locale                       string    `json:"locale,omitempty"`
    37  	MultiLang                    bool      `json:"multi_lang,omitempty"`
    38  	Name                         string    `json:"name,omitempty"`
    39  	PasswordArchivableEnabled    bool      `json:"password_archivable_enabled,omitempty"`
    40  	PasswordArchivableSize       int32     `json:"password_archivable_size,omitempty"`
    41  	PasswordMinLength            int32     `json:"password_min_length,omitempty"`
    42  	PasswordNonWord              bool      `json:"password_non_word,omitempty"`
    43  	PasswordNumbers              bool      `json:"password_numbers,omitempty"`
    44  	PasswordRecoveryDisabled     bool      `json:"password_recovery_disabled,omitempty"`
    45  	PushEnabled                  bool      `json:"push_enabled,omitempty"`
    46  	ReplyAsAnyIdentity           bool      `json:"reply_as_any_identity,omitempty"`
    47  	RtlSupport                   bool      `json:"rtl_support,omitempty"`
    48  	SelfApprovalRequired         bool      `json:"self_approval_required,omitempty"`
    49  	SessionTimeout               int32     `json:"session_timeout,omitempty"`
    50  	ShardingKey                  string    `json:"sharding_key,omitempty"`
    51  	Spellchecking                bool      `json:"spellchecking,omitempty"`
    52  	Style                        string    `json:"style,omitempty"`
    53  	ThirdPartyServicesDisabled   bool      `json:"third_party_services_disabled,omitempty"`
    54  	Timezone                     string    `json:"timezone,omitempty"`
    55  	Type                         string    `json:"type,omitempty"`
    56  	UpdatedAt                    time.Time `json:"updated_at,omitempty"`
    57  	UrgentTaskThreshold          int32     `json:"urgent_task_threshold,omitempty"`
    58  	UseTwoLettersAvatars         bool      `json:"use_two_letters_avatars,omitempty"`
    59  }