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.
4773 4774 4775 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4773 def initialize(**args) update!(**args) end |
Instance Attribute Details
#developer ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Developer>
List of developers.
Corresponds to the JSON property developer
4771 4772 4773 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4771 def developer @developer end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4778 4779 4780 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4778 def update!(**args) @developer = args[:developer] if args.key?(:developer) end |