View Source GoogleApi.AndroidManagement.V1.Model.FilePushedEvent (google_api_android_management v0.57.0)
A file was uploaded onto the device.
Attributes
-
filePath
(type:String.t
, default:nil
) - The path of the file being pushed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidManagement.V1.Model.FilePushedEvent{ filePath: String.t() | nil }