View Source GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1Tester (google_api_firebase_app_distribution v0.3.1)

A person that can be invited to test apps in a Firebase project.

Attributes

  • displayName (type: String.t, default: nil) - The name of the tester associated with the Google account used to accept the tester invitation.
  • groups (type: list(String.t), default: nil) - The resource names of the groups this tester belongs to.
  • lastActivityTime (type: DateTime.t, default: nil) - Output only. The time the tester was last active. This is the most recent time the tester installed one of the apps. If they've never installed one or if the release no longer exists, this is the time the tester was added to the project.
  • name (type: String.t, default: nil) - The name of the tester resource. Format: projects/{project_number}/testers/{email_address}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseAppDistribution.V1.Model.GoogleFirebaseAppdistroV1Tester{
    displayName: String.t() | nil,
    groups: [String.t()] | nil,
    lastActivityTime: DateTime.t() | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.