View Source GoogleApi.Checks.V1alpha.Model.GoogleChecksAccountV1alphaApp (google_api_checks v0.3.0)

Represents an app in Checks.

Attributes

  • name (type: String.t, default: nil) - The resource name of the app. Example: accounts/123/apps/456
  • title (type: String.t, default: nil) - The app's title.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Checks.V1alpha.Model.GoogleChecksAccountV1alphaApp{
  name: String.t() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.