class Google::Apis::AdminReportsV1::UsageReport
JSON template for a usage report.
Attributes
Output only. The date of the report request. Corresponds to the JSON property `date` @return [String]
Output only. Information about the type of the item. Corresponds to the JSON property `entity` @return [Google::Apis::AdminReportsV1::UsageReport::Entity]
ETag of the resource. Corresponds to the JSON property `etag` @return [String]
The type of API resource. For a usage report, the value is `admin#reports# usageReport`. Corresponds to the JSON property `kind` @return [String]
Output only. Parameter
value pairs for various applications. For the Entity
Usage Report parameters and values, see [the Entity
Usage parameters reference] (/admin-sdk/reports/v1/reference/usage-ref-appendix-a/entities). Corresponds to the JSON property `parameters` @return [Array<Google::Apis::AdminReportsV1::UsageReport::Parameter>]
Public Class Methods
# File lib/google/apis/admin_reports_v1/classes.rb, line 521 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/admin_reports_v1/classes.rb, line 526 def update!(**args) @date = args[:date] if args.key?(:date) @entity = args[:entity] if args.key?(:entity) @etag = args[:etag] if args.key?(:etag) @kind = args[:kind] if args.key?(:kind) @parameters = args[:parameters] if args.key?(:parameters) end