View Source GoogleApi.GroupsMigration.V1.Model.Groups (google_api_groups_migration v0.12.0)

JSON response template for groups migration API.

Attributes

  • kind (type: String.t, default: nil) - The kind of insert resource this is.
  • responseCode (type: String.t, default: nil) - The status of the insert request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GroupsMigration.V1.Model.Groups{
  kind: String.t() | nil,
  responseCode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.