View Source GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1Group (google_api_firebase_app_distribution v0.3.0)

A group which can contain testers. A group can be invited to test apps in a Firebase project.

Attributes

  • displayName (type: String.t, default: nil) - Required. The display name of the group.
  • inviteLinkCount (type: integer(), default: nil) - Output only. The number of invite links for this group.
  • name (type: String.t, default: nil) - The name of the group resource. Format: projects/{project_number}/groups/{group_alias}
  • releaseCount (type: integer(), default: nil) - Output only. The number of releases this group is permitted to access.
  • testerCount (type: integer(), default: nil) - Output only. The number of testers who are members of this group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1Group{
    displayName: String.t() | nil,
    inviteLinkCount: integer() | nil,
    name: String.t() | nil,
    releaseCount: integer() | nil,
    testerCount: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.