google_api_admin v0.5.0 API Reference

Modules

API calls for all endpoints tagged Activities.

API calls for all endpoints tagged Channels.

API calls for all endpoints tagged CustomerUsageReports.

API calls for all endpoints tagged EntityUsageReports.

API calls for all endpoints tagged UserUsageReport.

Handle Tesla connections for GoogleApi.Admin.Reports_v1.

JSON template for a collection of activites.

JSON template for the activity resource.

Attributes

  • name (String.t): Name of event. Defaults to nil.
  • parameters (list(GoogleApi.Admin.Reports_v1.Model.ActivityEventsParameters.t)): Parameter value pairs for various applications. Defaults to nil.
  • type (String.t): Type of event. Defaults to nil.

Attributes

  • boolValue (boolean()): Boolean value of the parameter. Defaults to nil.
  • intValue (String.t): Integral value of the parameter. Defaults to nil.
  • messageValue (GoogleApi.Admin.Reports_v1.Model.ActivityEventsParametersMessageValue.t): Nested value of the parameter. Defaults to nil.
  • multiIntValue (list(String.t)): Multi-int value of the parameter. Defaults to nil.
  • multiMessageValue (list(GoogleApi.Admin.Reports_v1.Model.ActivityEventsParametersMultiMessageValue.t)): Nested values of the parameter. Defaults to nil.
  • multiValue (list(String.t)): Multi-string value of the parameter. Defaults to nil.
  • name (String.t): The name of the parameter. Defaults to nil.
  • value (String.t): String value of the parameter. Defaults to nil.

Attributes

  • parameter (list(GoogleApi.Admin.Reports_v1.Model.NestedParameter.t)): Parameter value. Defaults to nil.

Unique identifier for each activity record.

An notification channel used to watch for resource changes.

JSON template for a parameter used in various reports.

JSON template for a usage report.

Information about the type of the item.

Attributes

  • boolValue (boolean()): Boolean value of the parameter. Defaults to nil.
  • datetimeValue (DateTime.t): RFC 3339 formatted value of the parameter. Defaults to nil.
  • intValue (String.t): Integral value of the parameter. Defaults to nil.
  • msgValue (list(map())): Nested message value of the parameter. Defaults to nil.
  • name (String.t): The name of the parameter. Defaults to nil.
  • stringValue (String.t): String value of the parameter. Defaults to nil.

JSON template for a collection of usage reports.

Attributes

  • code (String.t): Machine readable code / warning type. Defaults to nil.
  • data (list(GoogleApi.Admin.Reports_v1.Model.UsageReportsWarningsData.t)): Key-Value pairs to give detailed information on the warning. Defaults to nil.
  • message (String.t): Human readable message for the warning. Defaults to nil.

Attributes

  • key (String.t): Key associated with a key-value pair to give detailed information on the warning. Defaults to nil.
  • value (String.t): Value associated with a key-value pair to give detailed information on the warning. Defaults to nil.