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

JSON response template for groups migration API.

Attributes

  • kind (type: String.t, default: groupsmigration#groups) - 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.