class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListEnvironmentResourcesResponse
Response for ListEnvironmentResources
Attributes
resource_file[RW]
List of resources files. Corresponds to the JSON property `resourceFile` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ResourceFile>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 4348 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 4353 def update!(**args) @resource_file = args[:resource_file] if args.key?(:resource_file) end