Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListCustomReportsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListCustomReportsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/apigee_v1/classes.rb,
generated/google/apis/apigee_v1/representations.rb,
generated/google/apis/apigee_v1/representations.rb
Overview
This message encapsulates a list of custom report definitions
Instance Attribute Summary collapse
-
#qualifier ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1CustomReport>
Corresponds to the JSON property
qualifier
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1ListCustomReportsResponse
constructor
A new instance of GoogleCloudApigeeV1ListCustomReportsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1ListCustomReportsResponse
Returns a new instance of GoogleCloudApigeeV1ListCustomReportsResponse.
3534 3535 3536 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 3534 def initialize(**args) update!(**args) end |
Instance Attribute Details
#qualifier ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1CustomReport>
Corresponds to the JSON property qualifier
3532 3533 3534 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 3532 def qualifier @qualifier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3539 3540 3541 |
# File 'generated/google/apis/apigee_v1/classes.rb', line 3539 def update!(**args) @qualifier = args[:qualifier] if args.key?(:qualifier) end |