GoogleApi.GroupsMigration.V1.Model.Groups (google_api_groups_migration v0.11.0) 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() | nil,
  responseCode: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.