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

Entity representing a SAS customer.

Attributes

  • displayName (type: String.t, default: nil) - Required. Name of the organization that the customer entity represents.
  • name (type: String.t, default: nil) - Output only. Resource name of the customer.
  • sasUserIds (type: list(String.t), default: nil) - User IDs used by the devices belonging to this customer.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalCustomer{
  displayName: String.t() | nil,
  name: String.t() | nil,
  sasUserIds: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.