View Source GoogleApi.AndroidEnterprise.V1.Model.SignupInfo (google_api_android_enterprise v0.26.0)

A resource returned by the GenerateSignupUrl API, which contains the Signup URL and Completion Token.

Attributes

  • completionToken (type: String.t, default: nil) - An opaque token that will be required, along with the Enterprise Token, for obtaining the enterprise resource from CompleteSignup.
  • kind (type: String.t, default: nil) - Deprecated.
  • url (type: String.t, default: nil) - A URL under which the Admin can sign up for an enterprise. The page pointed to cannot be rendered in an iframe.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.SignupInfo{
  completionToken: String.t() | nil,
  kind: String.t() | nil,
  url: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.