View Source GoogleApi.AndroidPublisher.V3.Model.DeviceGroup (google_api_android_publisher v0.34.1)

A group of devices. A group is defined by a set of device selectors. A device belongs to the group if it matches any selector (logical OR).

Attributes

  • deviceSelectors (type: list(GoogleApi.AndroidPublisher.V3.Model.DeviceSelector.t), default: nil) - Device selectors for this group. A device matching any of the selectors is included in this group.
  • name (type: String.t, default: nil) - The name of the group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.DeviceGroup{
  deviceSelectors:
    [GoogleApi.AndroidPublisher.V3.Model.DeviceSelector.t()] | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.