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

     1  /*
     2   * RingCentral Connect Platform API Explorer
     3   *
     4   * <p>This is a beta interactive API explorer for the RingCentral Connect Platform. To use this service, you will need to have an account with the proper credentials to generate an OAuth2 access token.</p><p><h2>Quick Start</h2></p><ol><li>1) Go to <b>Authentication > /oauth/token</b></li><li>2) Enter <b>app_key, app_secret, username, password</b> fields and then click \"Try it out!\"</li><li>3) Upon success, your access_token is loaded and you can access any form requiring authorization.</li></ol><h2>Links</h2><ul><li><a href=\"https://github.com/ringcentral\" target=\"_blank\">RingCentral SDKs on Github</a></li><li><a href=\"mailto:devsupport@ringcentral.com\">RingCentral Developer Support Email</a></li></ul>
     5   *
     6   * API version: 1.0
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package ringcentral
    11  
    12  type WebUrisResource struct {
    13  	ExpressSetupMobile            string `json:"expressSetupMobile,omitempty"`
    14  	SignUp                        string `json:"signUp,omitempty"`
    15  	Support                       string `json:"support,omitempty"`
    16  	MeetingsAppDownload           string `json:"meetingsAppDownload,omitempty"`
    17  	MobileWebUsers                string `json:"mobileWebUsers,omitempty"`
    18  	MobileWebBilling              string `json:"mobileWebBilling,omitempty"`
    19  	MobileWebPhoneSystem          string `json:"mobileWebPhoneSystem,omitempty"`
    20  	MobileWebUserSettings         string `json:"mobileWebUserSettings,omitempty"`
    21  	MobileWebTellAFriend          string `json:"mobileWebTellAFriend,omitempty"`
    22  	MobileWebChangePassword       string `json:"mobileWebChangePassword,omitempty"`
    23  	MobileWebInternationalCalling string `json:"mobileWebInternationalCalling,omitempty"`
    24  	MobileWebCallHandling         string `json:"mobileWebCallHandling,omitempty"`
    25  	MobileWebNotifications        string `json:"mobileWebNotifications,omitempty"`
    26  	MobileWebReporting            string `json:"mobileWebReporting,omitempty"`
    27  	MobileWebResetPassword        string `json:"mobileWebResetPassword,omitempty"`
    28  	MobileWebTrialUpgrade         string `json:"mobileWebTrialUpgrade,omitempty"`
    29  	ServiceWebHome                string `json:"serviceWebHome,omitempty"`
    30  	ServiceWebPhoneSystem         string `json:"serviceWebPhoneSystem,omitempty"`
    31  	ServiceWebUserSettings        string `json:"serviceWebUserSettings,omitempty"`
    32  	ServiceWebBilling             string `json:"serviceWebBilling,omitempty"`
    33  	ServiceWebTellAFriend         string `json:"serviceWebTellAFriend,omitempty"`
    34  	ServiceWebChangePassword      string `json:"serviceWebChangePassword,omitempty"`
    35  	ServiceWebResetPassword       string `json:"serviceWebResetPassword,omitempty"`
    36  	AppDownload                   string `json:"appDownload,omitempty"`
    37  	AppDownloadFile               string `json:"appDownloadFile,omitempty"`
    38  	ExpiresIn                     int64  `json:"expiresIn,omitempty"`
    39  	Eula                          string `json:"eula,omitempty"`
    40  	EmergencyDisclaimer           string `json:"emergencyDisclaimer,omitempty"`
    41  }