View Source GoogleApi.Admin.Reports_v1.Model.ActivityEvents (google_api_admin v0.43.0)
Attributes
-
name(type:String.t, default:nil) - Name of the event. This is the specific name of the activity reported by the API. And eacheventNameis related to a specific Google Workspace service or feature which the API organizes into types of events. ForeventNamerequest parameters in general: - If noeventNameis given, the report returns all possible instances of aneventName. - When you request aneventName, the API's response returns all activities which contain thateventName. For more information abouteventNameproperties, see the list of event names for various applications above inapplicationName. -
parameters(type:list(GoogleApi.Admin.Reports_v1.Model.ActivityEventsParameters.t), default:nil) - Parameter value pairs for various applications. For more information abouteventNameparameters, see the list of event names for various applications above inapplicationName. -
type(type:String.t, default:nil) - Type of event. The Google Workspace service or feature that an administrator changes is identified in thetypeproperty which identifies an event using theeventNameproperty. For a full list of the API'stypecategories, see the list of event names for various applications above inapplicationName.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Admin.Reports_v1.Model.ActivityEvents{ name: String.t() | nil, parameters: [GoogleApi.Admin.Reports_v1.Model.ActivityEventsParameters.t()] | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.