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

Change to a Field value.

Attributes

  • displayName (type: String.t, default: nil) - The human-readable display name for this field.
  • fieldId (type: String.t, default: nil) - The ID of this field. Field IDs are unique within a Label.
  • newValue (type: GoogleApi.DriveActivity.V2.Model.FieldValue.t, default: nil) - The value that is now set on the field. If not present, the field was cleared. At least one of {old_value|new_value} is always set.
  • oldValue (type: GoogleApi.DriveActivity.V2.Model.FieldValue.t, default: nil) - The value that was previously set on the field. If not present, the field was newly set. At least one of {old_value|new_value} is always set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DriveActivity.V2.Model.FieldValueChange{
  displayName: String.t() | nil,
  fieldId: String.t() | nil,
  newValue: GoogleApi.DriveActivity.V2.Model.FieldValue.t() | nil,
  oldValue: GoogleApi.DriveActivity.V2.Model.FieldValue.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.