class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListDeveloperAppsResponse
Attributes
app[RW]
List of developer apps and their credentials. Corresponds to the JSON property `app` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperApp>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 4251 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 4256 def update!(**args) @app = args[:app] if args.key?(:app) end