View Source GoogleApi.SASPortal.V1alpha1.Model.SasPortalUpdateSignedDeviceRequest (google_api_sas_portal v0.17.0)

Request for UpdateSignedDevice.

Attributes

  • encodedDevice (type: String.t, default: nil) - Required. The JSON Web Token signed using a CPI private key. Payload must be the JSON encoding of the device. The user_id field must be set.
  • installerId (type: String.t, default: nil) - Required. Unique installer ID (CPI ID) from the Certified Professional Installers database.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalUpdateSignedDeviceRequest{
  encodedDevice: String.t() | nil,
  installerId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.