GoogleApi.AndroidManagement.V1.Model.EnterpriseUpgradeEvent (google_api_android_management v0.58.0)

View Source

An event sent for an enterprise upgrade. An enterprise upgrade is a process that upgrades a managed Google Play Accounts enterprise to a managed Google domain.

Attributes

  • enterprise (type: String.t, default: nil) - The name of upgraded enterprise in the format "enterprises/{enterprise}"
  • upgradeState (type: String.t, default: nil) - Output only. The upgrade state of the enterprise.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AndroidManagement.V1.Model.EnterpriseUpgradeEvent{
  enterprise: String.t() | nil,
  upgradeState: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.