GoogleApi.Admin.Reports_v1.Model.ActivityEvents (google_api_admin v0.34.1) 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 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. It is possible that the returned activities will have othereventNameproperties in addition to the one requested. 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.
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.