GoogleApi.Admin.Reports_v1.Model.ActivityEvents (google_api_admin v0.37.0) View Source
Attributes
-
name
(type:String.t
, default:nil
) - Name of the event. This is the specific name of the activity reported by the API. And eacheventName
is related to a specific Google Workspace service or feature which the API organizes into types of events. ForeventName
request parameters in general: - If noeventName
is given, the report returns all possible instances of aneventName
. - When you request aneventName
, the API's response returns all activities which contain thateventName
. It is possible that the returned activities will have othereventName
properties in addition to the one requested. For more information abouteventName
properties, 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 abouteventName
parameters, 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 thetype
property which identifies an event using theeventName
property. For a full list of the API'stype
categories, see the list of event names for various applications above inapplicationName
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Reports_v1.Model.ActivityEvents{ name: String.t() | nil, parameters: [GoogleApi.Admin.Reports_v1.Model.ActivityEventsParameters.t()] | nil, type: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.