google_api_admin v0.3.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.

Helper functions for deserializing responses into models.

JSON template for a collection of activites.

JSON template for the activity resource.

Attributes

  • parameters ([ActivityParameters]): Parameter value pairs for various applications. Defaults to: null.
  • name (String.t): Name of event. Defaults to: null.
  • type (String.t): Type of event. Defaults to: null.

Unique identifier for each activity record.

Attributes

  • boolValue (boolean()): Boolean value of the parameter. Defaults to: null.
  • intValue (String.t): Integral value of the parameter. Defaults to: null.
  • multiIntValue ([String.t]): Multi-int value of the parameter. Defaults to: null.
  • multiValue ([String.t]): Multi-string value of the parameter. Defaults to: null.
  • name (String.t): The name of the parameter. Defaults to: null.
  • value (String.t): String value of the parameter. Defaults to: null.

An notification channel used to watch for resource changes.

JSON template for a usage report.

Information about the type of the item.

Attributes

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

JSON template for a collection of usage reports.

Attributes

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

Attributes

  • code (String.t): Machine readable code / warning type. Defaults to: null.
  • data ([UsageReportsData]): Key-Value pairs to give detailed information on the warning. Defaults to: null.
  • message (String.t): Human readable message for the warning. Defaults to: null.

Helper functions for building Tesla requests.