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.
6483 6484 6485 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 6483 def initialize(**args) update!(**args) end |
Instance Attribute Details
#developer ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Developer>
List of developers.
Corresponds to the JSON property developer
6481 6482 6483 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 6481 def developer @developer end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6488 6489 6490 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 6488 def update!(**args) @developer = args[:developer] if args.key?(:developer) end |