GoogleApi.DriveActivity.V2.Model.Owner (google_api_drive_activity v0.7.0) View Source
Information about the owner of a Drive item.
Attributes
-
domain(type:GoogleApi.DriveActivity.V2.Model.Domain.t, default:nil) - The domain of the Drive item owner. -
drive(type:GoogleApi.DriveActivity.V2.Model.DriveReference.t, default:nil) - The drive that owns the item. -
teamDrive(type:GoogleApi.DriveActivity.V2.Model.TeamDriveReference.t, default:nil) - This field is deprecated; please use thedrivefield instead. -
user(type:GoogleApi.DriveActivity.V2.Model.User.t, default:nil) - The user that owns the Drive item.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DriveActivity.V2.Model.Owner{
domain: GoogleApi.DriveActivity.V2.Model.Domain.t() | nil,
drive: GoogleApi.DriveActivity.V2.Model.DriveReference.t() | nil,
teamDrive: GoogleApi.DriveActivity.V2.Model.TeamDriveReference.t() | nil,
user: GoogleApi.DriveActivity.V2.Model.User.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.