google_api_android_enterprise v0.7.0 GoogleApi.AndroidEnterprise.V1.Model.SignupInfo View Source

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

Attributes

  • completionToken (String.t): An opaque token that will be required, along with the Enterprise Token, for obtaining the enterprise resource from CompleteSignup. Defaults to nil.
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#signupInfo". Defaults to androidenterprise#signupInfo.
  • url (String.t): A URL under which the Admin can sign up for an enterprise. The page pointed to cannot be rendered in an iframe. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AndroidEnterprise.V1.Model.SignupInfo{
  completionToken: String.t(),
  kind: String.t(),
  url: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.