github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/model_client_provisioning_web_uri_info.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 ClientProvisioningWebUriInfo struct {
    13  	// Link to web page with the application description. Returned if the application needs to be updated, together with the appVersionUpgrade hint
    14  	AppDownload string `json:"appDownload,omitempty"`
    15  	// Link to the application distributive package. Returned if the application needs to be updated, together with the appVersionUpgrade hint
    16  	AppDownloadFile string `json:"appDownloadFile,omitempty"`
    17  	// Link to express setup page (mobile application)
    18  	ExpressSetupMobile string `json:"expressSetupMobile,omitempty"`
    19  	// Link to the RC Meetings application distributive package
    20  	MeetingsAppDownload string `json:"meetingsAppDownload,omitempty"`
    21  	// Link to billing page (mobile application)
    22  	MobileWebBilling string `json:"mobileWebBilling,omitempty"`
    23  	// Link to call handling page (mobile application)
    24  	MobileWebCallHandling string `json:"mobileWebCallHandling,omitempty"`
    25  	// Link to international calling page (mobile application)
    26  	MobileWebInternationalCalling string `json:"mobileWebInternationalCalling,omitempty"`
    27  	// Link to notifications page (mobile application)
    28  	MobileWebNotifications string `json:"mobileWebNotifications,omitempty"`
    29  	// Link to phone system settings page (mobile application)
    30  	MobileWebPhoneSystem string `json:"mobileWebPhoneSystem,omitempty"`
    31  	// Link to reports page (mobile application)
    32  	MobileWebReporting string `json:"mobileWebReporting,omitempty"`
    33  	// Link to reset password page (mobile application)
    34  	MobileWebResetPassword string `json:"mobileWebResetPassword,omitempty"`
    35  	// Link to  Tell A Friend  page (mobile application)
    36  	MobileWebTellAFriend string `json:"mobileWebTellAFriend,omitempty"`
    37  	// Link to upgrade trial account (mobile application)
    38  	MobileWebTrialUpgrade string `json:"mobileWebTrialUpgrade,omitempty"`
    39  	// Link to user settings page (mobile application)
    40  	MobileWebUserSettings string `json:"mobileWebUserSettings,omitempty"`
    41  	// Link to billing page (web application)
    42  	ServiceWebBilling string `json:"serviceWebBilling,omitempty"`
    43  	// Link to home page (web application)
    44  	ServiceWebHome string `json:"serviceWebHome,omitempty"`
    45  	// Link to phone system settings page (web application)
    46  	ServiceWebPhoneSystem string `json:"serviceWebPhoneSystem,omitempty"`
    47  	// Link to reset password page (web application)
    48  	ServiceWebResetPassword string `json:"serviceWebResetPassword,omitempty"`
    49  	// Link to  Tell A Friend  page (web application)
    50  	ServiceWebTellAFriend string `json:"serviceWebTellAFriend,omitempty"`
    51  	// Link to user settings page (web application)
    52  	ServiceWebUserSettings string `json:"serviceWebUserSettings,omitempty"`
    53  	// Link to sign up page (web application)
    54  	SignUp string `json:"signUp,omitempty"`
    55  	// Link to support page (web application)
    56  	Support string `json:"support,omitempty"`
    57  }