class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListApiProxiesResponse

Attributes

proxies[RW]

Corresponds to the JSON property `proxies` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProxy>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 4058
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/apigee_v1/classes.rb, line 4063
def update!(**args)
  @proxies = args[:proxies] if args.key?(:proxies)
end