View Source GoogleApi.DriveActivity.V2.Model.FieldValue (google_api_drive_activity v0.8.0)
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
@type t() :: %GoogleApi.DriveActivity.V2.Model.FieldValue{ date: GoogleApi.DriveActivity.V2.Model.Date.t() | nil, integer: GoogleApi.DriveActivity.V2.Model.Integer.t() | nil, selection: GoogleApi.DriveActivity.V2.Model.Selection.t() | nil, selectionList: GoogleApi.DriveActivity.V2.Model.SelectionList.t() | nil, text: GoogleApi.DriveActivity.V2.Model.Text.t() | nil, textList: GoogleApi.DriveActivity.V2.Model.TextList.t() | nil, user: GoogleApi.DriveActivity.V2.Model.SingleUser.t() | nil, userList: GoogleApi.DriveActivity.V2.Model.UserList.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.