google_api_drive_activity v0.6.0 GoogleApi.DriveActivity.V2.Model.Create View Source
An object was created.
Attributes
-
copy(type:GoogleApi.DriveActivity.V2.Model.Copy.t, default:nil) - If present, indicates the object was created by copying an existing Drive object. -
new(type:GoogleApi.DriveActivity.V2.Model.New.t, default:nil) - If present, indicates the object was newly created (e.g. as a blank document), not derived from a Drive object or external object. -
upload(type:GoogleApi.DriveActivity.V2.Model.Upload.t, default:nil) - If present, indicates the object originated externally and was uploaded to Drive.
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.Create{
copy: GoogleApi.DriveActivity.V2.Model.Copy.t(),
new: GoogleApi.DriveActivity.V2.Model.New.t(),
upload: GoogleApi.DriveActivity.V2.Model.Upload.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.