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

An object was renamed.

Attributes

  • newTitle (type: String.t, default: nil) - The new title of the drive object.
  • oldTitle (type: String.t, default: nil) - The previous title of the drive object.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DriveActivity.V2.Model.Rename{
  newTitle: String.t() | nil,
  oldTitle: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.