class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListAppsResponse

Attributes

app[RW]

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

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 4077
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 4082
def update!(**args)
  @app = args[:app] if args.key?(:app)
end