View Source GoogleApi.Keep.V1.Model.User (google_api_keep v0.2.2)

Describes a single user.

Attributes

  • email (type: String.t, default: nil) - The user's email.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Keep.V1.Model.User{email: String.t() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.