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.
4165 4166 4167 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4165 def initialize(**args) update!(**args) end |
Instance Attribute Details
#developer ⇒ Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1Developer>
List of developers.
Corresponds to the JSON property developer
4163 4164 4165 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4163 def developer @developer end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4170 4171 4172 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 4170 def update!(**args) @developer = args[:developer] if args.key?(:developer) end |