Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListOfDevelopersResponse
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListOfDevelopersResponse
- 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
Instance Attribute Summary collapse
-
#developer ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Developer>
List of developers.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1ListOfDevelopersResponse
constructor
A new instance of GoogleCloudApigeeV1ListOfDevelopersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1ListOfDevelopersResponse
Returns a new instance of GoogleCloudApigeeV1ListOfDevelopersResponse.
6336 6337 6338 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 6336 def initialize(**args) update!(**args) end |
Instance Attribute Details
#developer ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Developer>
List of developers.
Corresponds to the JSON property developer
6334 6335 6336 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 6334 def developer @developer end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6341 6342 6343 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 6341 def update!(**args) @developer = args[:developer] if args.key?(:developer) end |