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