Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListCustomReportsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb

Overview

This message encapsulates a list of custom report definitions

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1ListCustomReportsResponse

Returns a new instance of GoogleCloudApigeeV1ListCustomReportsResponse.



3566
3567
3568
# File 'lib/google/apis/apigee_v1/classes.rb', line 3566

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#qualifierArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1CustomReport>

Corresponds to the JSON property qualifier



3564
3565
3566
# File 'lib/google/apis/apigee_v1/classes.rb', line 3564

def qualifier
  @qualifier
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3571
3572
3573
# File 'lib/google/apis/apigee_v1/classes.rb', line 3571

def update!(**args)
  @qualifier = args[:qualifier] if args.key?(:qualifier)
end