View Source GoogleApi.DriveActivity.V2.Model.Domain (google_api_drive_activity v0.8.0)

Information about a domain.

Attributes

  • legacyId (type: String.t, default: nil) - An opaque string used to identify this domain.
  • name (type: String.t, default: nil) - The name of the domain, e.g. google.com.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DriveActivity.V2.Model.Domain{
  legacyId: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.