Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListEnvironmentResourcesResponse

Inherits:
Object
  • Object
show all
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

Overview

Response for ListEnvironmentResources

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1ListEnvironmentResourcesResponse

Returns a new instance of GoogleCloudApigeeV1ListEnvironmentResourcesResponse.



6174
6175
6176
# File 'lib/google/apis/apigee_v1/classes.rb', line 6174

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resource_fileArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ResourceFile>

List of resources files. Corresponds to the JSON property resourceFile



6172
6173
6174
# File 'lib/google/apis/apigee_v1/classes.rb', line 6172

def resource_file
  @resource_file
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6179
6180
6181
# File 'lib/google/apis/apigee_v1/classes.rb', line 6179

def update!(**args)
  @resource_file = args[:resource_file] if args.key?(:resource_file)
end