google_api_groups_migration v0.9.1 GoogleApi.GroupsMigration.V1.Model.Groups View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.