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