GoogleApi.DriveActivity.V2.Model.FieldValue (google_api_drive_activity v0.9.0)

View Source

Contains a value of a Field.

Attributes

  • date (type: GoogleApi.DriveActivity.V2.Model.Date.t, default: nil) - Date Field value.
  • integer (type: GoogleApi.DriveActivity.V2.Model.Integer.t, default: nil) - Integer Field value.
  • selection (type: GoogleApi.DriveActivity.V2.Model.Selection.t, default: nil) - Selection Field value.
  • selectionList (type: GoogleApi.DriveActivity.V2.Model.SelectionList.t, default: nil) - Selection List Field value.
  • text (type: GoogleApi.DriveActivity.V2.Model.Text.t, default: nil) - Text Field value.
  • textList (type: GoogleApi.DriveActivity.V2.Model.TextList.t, default: nil) - Text List Field value.
  • user (type: GoogleApi.DriveActivity.V2.Model.SingleUser.t, default: nil) - User Field value.
  • userList (type: GoogleApi.DriveActivity.V2.Model.UserList.t, default: nil) - User List Field value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.